#5B59CC

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

Shades of Slate Blue #5B59CC

Tints of Slate Blue #5B59CC

Color information

#5B59CC (or 0x5B59CC) is unknown color: approx Slate Blue. HEX triplet: 5B, 59 and CC. RGB value is (91,89,204). Sum of RGB (Red+Green+Blue) = 91+89+204=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B59CC is #A4A633. Grayscale: #666666. Windows color (decimal): -10790452 or 13392219. OLE color: 13392219.

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

Color convert

RGB9189204-
CMYK0.550.5600.2
HSL241.04º53%57.45%-
HSV(B)241.04º56.37%80%-
XYZ18.7913.7358.79-
YUV102.71185.16119.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=23.70%
G=23.18%
B=53.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91892040.550.5600.2241.045357.45
Hex5B59CC3738014f13539
Octal13313131467700243616571
Binary101101110110011100110011011111100001010011110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B59CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,89,204); }

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

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

 a { background-color: rgb(91,89,204); }

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

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

 span { border-color: rgb(91,89,204); }

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