#5956CA

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

Shades of Slate Blue #5956CA

Tints of Slate Blue #5956CA

Color information

#5956CA (or 0x5956CA) is unknown color: approx Slate Blue. HEX triplet: 59, 56 and CA. RGB value is (89,86,202). Sum of RGB (Red+Green+Blue) = 89+86+202=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #5956CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5956CA is #A6A935. Grayscale: #636363. Windows color (decimal): -10922294 or 13260377. OLE color: 13260377.

HSL color Cylindrical-coordinate representation of color #5956CA: hue angle of 241.55º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5956CA is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8986202-
CMYK0.560.5700.21
HSL241.55º52.25%56.47%-
HSV(B)241.55º57.43%79.22%-
XYZ18.1113.0457.44-
YUV100.12185.49120.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=23.61%
G=22.81%
B=53.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal89862020.560.5700.21241.5552.2556.47
Hex5956CA3839015f23438
Octal13112631270710253626470
Binary101100110101101100101011100011100101010111110010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5956CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5956CA; }

 p { color: rgb(89,86,202); }

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

<style>
 a { background-color: #5956CA; }

 a { background-color: rgb(89,86,202); }

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

<style>
 span { border-color: #5956CA; }

 span { border-color: rgb(89,86,202); }

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