#5F5BD8

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

Shades of Slate Blue #5F5BD8

Tints of Slate Blue #5F5BD8

Color information

#5F5BD8 (or 0x5F5BD8) is unknown color: approx Slate Blue. HEX triplet: 5F, 5B and D8. RGB value is (95,91,216). Sum of RGB (Red+Green+Blue) = 95+91+216=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 216 (84.77% from 255 or 53.73% from 402); Max value from RGB is 216 - color contains mainly: blue. Hex color #5F5BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5BD8 is #A0A427. Grayscale: #696969. Windows color (decimal): -10527784 or 14179167. OLE color: 14179167.

HSL color Cylindrical-coordinate representation of color #5F5BD8: hue angle of 241.92º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F5BD8 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9591216-
CMYK0.560.5800.15
HSL241.92º61.58%60.2%-
HSV(B)241.92º57.87%84.71%-
XYZ20.8614.8766.74-
YUV106.45189.83119.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.63%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 216 (84.77% from 255) = 53.73%
R=23.63%
G=22.64%
B=53.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95912160.560.5800.15241.9261.5860.2
Hex5F5BD8383A0Ff23e3c
Octal13713333070720173627674
Binary10111111011011110110001110001110100111111110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,91,216); }

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

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

 a { background-color: rgb(95,91,216); }

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

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

 span { border-color: rgb(95,91,216); }

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