#5f4dc0

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

Shades of Slate Blue #5F4DC0

Tints of Slate Blue #5F4DC0

Color information

#5F4DC0 (or 0x5F4DC0) is unknown color: approx Slate Blue. HEX triplet: 5F, 4D and C0. RGB value is (95,77,192). Sum of RGB (Red+Green+Blue) = 95+77+192=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F4DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4DC0 is #A0B23F. Grayscale: #5F5F5F. Windows color (decimal): -10531392 or 12602719. OLE color: 12602719.

HSL color Cylindrical-coordinate representation of color #5F4DC0: hue angle of 249.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F4DC0 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9577192-
CMYK0.510.6000.25
HSL249.39º47.72%52.75%-
HSV(B)249.39º59.9%75.29%-
XYZ16.8911.5551.21-
YUV95.49182.46127.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.10%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=26.10%
G=21.15%
B=52.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95771920.510.6000.25249.3947.7252.75
Hex5F4DC0333C019f93035
Octal13711530063740313716065
Binary101111110011011100000011001111110001100111111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f4dc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,77,192); }

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

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

 a { background-color: rgb(95,77,192); }

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

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

 span { border-color: rgb(95,77,192); }

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