#5858D6

Color #5858D6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5858D6

Tints of Slate Blue #5858D6

Color information

#5858D6 (or 0x5858D6) is unknown color: approx Slate Blue. HEX triplet: 58, 58 and D6. RGB value is (88,88,214). Sum of RGB (Red+Green+Blue) = 88+88+214=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #5858D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5858D6 is #A7A729. Grayscale: #656565. Windows color (decimal): -10987306 or 14047320. OLE color: 14047320.

HSL color Cylindrical-coordinate representation of color #5858D6: hue angle of 240º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5858D6 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8888214-
CMYK0.590.5900.16
HSL240º60.58%59.22%-
HSV(B)240º58.88%83.92%-
XYZ19.6513.9165.27-
YUV102.36191117.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 214 (83.98% from 255) = 54.87%
R=22.56%
G=22.56%
B=54.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal88882140.590.5900.1624060.5859.22
Hex5858D63B3B010f03d3b
Octal13013032673730203607573
Binary101100010110001101011011101111101101000011110000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5858D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5858D6; }

 p { color: rgb(88,88,214); }

 H1.HeaderClassName
 {
   color: #5858D6;
 }
 .AnyTagClassName
 {
   color: #5858D6;
 }
</style>
background-color css

<style>
 a { background-color: #5858D6; }

 a { background-color: rgb(88,88,214); }

 div.DivClassName
 {
   background-color: #5858D6;
 }
 .BgClassName
 {
   background-color: #5858D6;
 }
</style>
border-color css

<style>
 span { border-color: #5858D6; }

 span { border-color: rgb(88,88,214); }

 td.TdClassName
 {
   border-color: #5858D6;
 }
 .TagClassName
 {
   border-color: #5858D6;
 }
</style>