#5B5FCD

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

Shades of Slate Blue #5B5FCD

Tints of Slate Blue #5B5FCD

Color information

#5B5FCD (or 0x5B5FCD) is unknown color: approx Slate Blue. HEX triplet: 5B, 5F and CD. RGB value is (91,95,205). Sum of RGB (Red+Green+Blue) = 91+95+205=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FCD is #A4A032. Grayscale: #696969. Windows color (decimal): -10788915 or 13459291. OLE color: 13459291.

HSL color Cylindrical-coordinate representation of color #5B5FCD: hue angle of 237.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B5FCD is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9195205-
CMYK0.560.5400.20
HSL237.89º53.27%58.04%-
HSV(B)237.89º55.61%80.39%-
XYZ19.4314.8259.59-
YUV106.34183.67117.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.27%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 205 (80.47% from 255) = 52.43%
R=23.27%
G=24.30%
B=52.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91952050.560.5400.20237.8953.2758.04
Hex5B5FCD3836014ee353a
Octal13313731570660243566572
Binary101101110111111100110111100011011001010011101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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