#5F59D2

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

Shades of Slate Blue #5F59D2

Tints of Slate Blue #5F59D2

Color information

#5F59D2 (or 0x5F59D2) is unknown color: approx Slate Blue. HEX triplet: 5F, 59 and D2. RGB value is (95,89,210). Sum of RGB (Red+Green+Blue) = 95+89+210=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 210 (82.42% from 255 or 53.30% from 394); Max value from RGB is 210 - color contains mainly: blue. Hex color #5F59D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59D2 is #A0A62D. Grayscale: #686868. Windows color (decimal): -10528302 or 13785439. OLE color: 13785439.

HSL color Cylindrical-coordinate representation of color #5F59D2: hue angle of 242.98º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F59D2 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9589210-
CMYK0.550.5800.18
HSL242.98º57.35%58.63%-
HSV(B)242.98º57.62%82.35%-
XYZ19.9214.2362.67-
YUV104.59187.49121.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 210 (82.42% from 255) = 53.30%
R=24.11%
G=22.59%
B=53.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal95892100.550.5800.18242.9857.3558.63
Hex5F59D2373A012f3393b
Octal13713132267720223637173
Binary101111110110011101001011011111101001001011110011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F59D2; }

 p { color: rgb(95,89,210); }

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

<style>
 a { background-color: #5F59D2; }

 a { background-color: rgb(95,89,210); }

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

<style>
 span { border-color: #5F59D2; }

 span { border-color: rgb(95,89,210); }

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