#5859DE

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

Shades of Slate Blue #5859DE

Tints of Slate Blue #5859DE

Color information

#5859DE (or 0x5859DE) is unknown color: approx Slate Blue. HEX triplet: 58, 59 and DE. RGB value is (88,89,222). Sum of RGB (Red+Green+Blue) = 88+89+222=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #5859DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859DE is #A7A621. Grayscale: #676767. Windows color (decimal): -10987042 or 14571864. OLE color: 14571864.

HSL color Cylindrical-coordinate representation of color #5859DE: hue angle of 239.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5859DE is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8889222-
CMYK0.600.6000.13
HSL239.55º67%60.78%-
HSV(B)239.55º60.36%87.06%-
XYZ20.7814.4970.81-
YUV103.86194.67116.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.06%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=22.06%
G=22.31%
B=55.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88892220.600.6000.13239.556760.78
Hex5859DE3C3C0Df0433d
Octal130131336747401536010375
Binary101100010110011101111011110011110001101111100001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5859DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5859DE; }

 p { color: rgb(88,89,222); }

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

<style>
 a { background-color: #5859DE; }

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

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

<style>
 span { border-color: #5859DE; }

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

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