#5945CB

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

Shades of Slate Blue #5945CB

Tints of Slate Blue #5945CB

Color information

#5945CB (or 0x5945CB) is unknown color: approx Slate Blue. HEX triplet: 59, 45 and CB. RGB value is (89,69,203). Sum of RGB (Red+Green+Blue) = 89+69+203=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #5945CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5945CB is #A6BA34. Grayscale: #595959. Windows color (decimal): -10926645 or 13321561. OLE color: 13321561.

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

Color convert

RGB8969203-
CMYK0.560.6600.20
HSL248.96º56.3%53.33%-
HSV(B)248.96º66.01%79.61%-
XYZ17.0310.6957.67-
YUV90.26191.63127.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 203 (79.69% from 255) = 56.23%
R=24.65%
G=19.11%
B=56.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89692030.560.6600.20248.9656.353.33
Hex5945CB3842014f93835
Octal131105313701020243717065
Binary1011001100010111001011111000100001001010011111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5945CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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