#5955CB

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

Shades of Slate Blue #5955CB

Tints of Slate Blue #5955CB

Color information

#5955CB (or 0x5955CB) is unknown color: approx Slate Blue. HEX triplet: 59, 55 and CB. RGB value is (89,85,203). Sum of RGB (Red+Green+Blue) = 89+85+203=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #5955CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5955CB is #A6AA34. Grayscale: #636363. Windows color (decimal): -10922549 or 13325657. OLE color: 13325657.

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

Color convert

RGB8985203-
CMYK0.560.5800.20
HSL242.03º53.15%56.47%-
HSV(B)242.03º58.13%79.61%-
XYZ18.1512.9358.04-
YUV99.65186.33120.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 203 (79.69% from 255) = 53.85%
R=23.61%
G=22.55%
B=53.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89852030.560.5800.20242.0353.1556.47
Hex5955CB383A014f23538
Octal13112531370720243626570
Binary101100110101011100101111100011101001010011110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5955CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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