#5957CB

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

Shades of Slate Blue #5957CB

Tints of Slate Blue #5957CB

Color information

#5957CB (or 0x5957CB) is unknown color: approx Slate Blue. HEX triplet: 59, 57 and CB. RGB value is (89,87,203). Sum of RGB (Red+Green+Blue) = 89+87+203=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #5957CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5957CB is #A6A834. Grayscale: #646464. Windows color (decimal): -10922037 or 13326169. OLE color: 13326169.

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

Color convert

RGB8987203-
CMYK0.560.5700.20
HSL241.03º52.73%56.86%-
HSV(B)241.03º57.14%79.61%-
XYZ18.3113.2558.09-
YUV100.82185.66119.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 203 (79.69% from 255) = 53.56%
R=23.48%
G=22.96%
B=53.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89872030.560.5700.20241.0352.7356.86
Hex5957CB3839014f13539
Octal13112731370710243616571
Binary101100110101111100101111100011100101010011110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5957CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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