#5F55D4

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

Shades of Slate Blue #5F55D4

Tints of Slate Blue #5F55D4

Color information

#5F55D4 (or 0x5F55D4) is unknown color: approx Slate Blue. HEX triplet: 5F, 55 and D4. RGB value is (95,85,212). Sum of RGB (Red+Green+Blue) = 95+85+212=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 212 (83.20% from 255 or 54.08% from 392); Max value from RGB is 212 - color contains mainly: blue. Hex color #5F55D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F55D4 is #A0AA2B. Grayscale: #656565. Windows color (decimal): -10529324 or 13915487. OLE color: 13915487.

HSL color Cylindrical-coordinate representation of color #5F55D4: hue angle of 244.72º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F55D4 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9585212-
CMYK0.550.6000.17
HSL244.72º59.62%58.24%-
HSV(B)244.72º59.91%83.14%-
XYZ19.8513.6863.88-
YUV102.47189.81122.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.23%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 212 (83.20% from 255) = 54.08%
R=24.23%
G=21.68%
B=54.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal95852120.550.6000.17244.7259.6258.24
Hex5F55D4373C011f53c3a
Octal13712532467740213657472
Binary101111110101011101010011011111110001000111110101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F55D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,85,212); }

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

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

 a { background-color: rgb(95,85,212); }

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

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

 span { border-color: rgb(95,85,212); }

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