#5955CE

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

Shades of Slate Blue #5955CE

Tints of Slate Blue #5955CE

Color information

#5955CE (or 0x5955CE) is unknown color: approx Slate Blue. HEX triplet: 59, 55 and CE. RGB value is (89,85,206). Sum of RGB (Red+Green+Blue) = 89+85+206=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #5955CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5955CE is #A6AA31. Grayscale: #636363. Windows color (decimal): -10922546 or 13522265. OLE color: 13522265.

HSL color Cylindrical-coordinate representation of color #5955CE: hue angle of 241.98º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5955CE is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8985206-
CMYK0.570.5900.19
HSL241.98º55.25%57.06%-
HSV(B)241.98º58.74%80.78%-
XYZ18.5113.0859.94-
YUV99.99187.83120.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.42%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 206 (80.86% from 255) = 54.21%
R=23.42%
G=22.37%
B=54.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal89852060.570.5900.19241.9855.2557.06
Hex5955CE393B013f23739
Octal13112531671730233626771
Binary101100110101011100111011100111101101001111110010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5955CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5955CE; }

 p { color: rgb(89,85,206); }

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

<style>
 a { background-color: #5955CE; }

 a { background-color: rgb(89,85,206); }

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

<style>
 span { border-color: #5955CE; }

 span { border-color: rgb(89,85,206); }

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