#5F5DC8

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

Shades of Slate Blue #5F5DC8

Tints of Slate Blue #5F5DC8

Color information

#5F5DC8 (or 0x5F5DC8) is unknown color: approx Slate Blue. HEX triplet: 5F, 5D and C8. RGB value is (95,93,200). Sum of RGB (Red+Green+Blue) = 95+93+200=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #5F5DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5DC8 is #A0A237. Grayscale: #696969. Windows color (decimal): -10527288 or 13131103. OLE color: 13131103.

HSL color Cylindrical-coordinate representation of color #5F5DC8: hue angle of 241.12º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F5DC8 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9593200-
CMYK0.520.5400.22
HSL241.12º49.31%57.45%-
HSV(B)241.12º53.5%78.43%-
XYZ19.0614.4356.42-
YUV105.8181.16120.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 200 (78.52% from 255) = 51.55%
R=24.48%
G=23.97%
B=51.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95932000.520.5400.22241.1249.3157.45
Hex5F5DC83436016f13139
Octal13713531064660263616171
Binary101111110111011100100011010011011001011011110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,93,200); }

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

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

 a { background-color: rgb(95,93,200); }

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

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

 span { border-color: rgb(95,93,200); }

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