#5859CF

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

Shades of Slate Blue #5859CF

Tints of Slate Blue #5859CF

Color information

#5859CF (or 0x5859CF) is unknown color: approx Slate Blue. HEX triplet: 58, 59 and CF. RGB value is (88,89,207). Sum of RGB (Red+Green+Blue) = 88+89+207=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #5859CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859CF is #A7A630. Grayscale: #656565. Windows color (decimal): -10987057 or 13588824. OLE color: 13588824.

HSL color Cylindrical-coordinate representation of color #5859CF: hue angle of 239.5º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5859CF is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8889207-
CMYK0.570.5700.19
HSL239.5º55.35%57.84%-
HSV(B)239.5º57.49%81.18%-
XYZ18.8613.7260.69-
YUV102.15187.17117.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 207 (81.25% from 255) = 53.91%
R=22.92%
G=23.18%
B=53.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal88892070.570.5700.19239.555.3557.84
Hex5859CF3939013ef373a
Octal13013131771710233576772
Binary101100010110011100111111100111100101001111101111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5859CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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