#5957C9

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

Shades of Slate Blue #5957C9

Tints of Slate Blue #5957C9

Color information

#5957C9 (or 0x5957C9) is unknown color: approx Slate Blue. HEX triplet: 59, 57 and C9. RGB value is (89,87,201). Sum of RGB (Red+Green+Blue) = 89+87+201=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #5957C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5957C9 is #A6A836. Grayscale: #646464. Windows color (decimal): -10922039 or 13195097. OLE color: 13195097.

HSL color Cylindrical-coordinate representation of color #5957C9: hue angle of 241.05º degrees, saturation: 0.51, 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 #5957C9 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8987201-
CMYK0.560.5700.21
HSL241.05º51.35%56.47%-
HSV(B)241.05º56.72%78.82%-
XYZ18.0713.1656.85-
YUV100.59184.66119.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 201 (78.91% from 255) = 53.32%
R=23.61%
G=23.08%
B=53.32%

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
Decimal89872010.560.5700.21241.0551.3556.47
Hex5957C93839015f13338
Octal13112731170710253616370
Binary101100110101111100100111100011100101010111110001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5957C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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