#5945BF

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

Shades of Slate Blue #5945BF

Tints of Slate Blue #5945BF

Color information

#5945BF (or 0x5945BF) is unknown color: approx Slate Blue. HEX triplet: 59, 45 and BF. RGB value is (89,69,191). Sum of RGB (Red+Green+Blue) = 89+69+191=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #5945BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5945BF is #A6BA40. Grayscale: #585858. Windows color (decimal): -10926657 or 12535129. OLE color: 12535129.

HSL color Cylindrical-coordinate representation of color #5945BF: hue angle of 249.84º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5945BF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8969191-
CMYK0.530.6400.25
HSL249.84º48.8%50.98%-
HSV(B)249.84º63.87%74.9%-
XYZ15.6510.1450.42-
YUV88.89185.63128.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.50%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 191 (75% from 255) = 54.73%
R=25.50%
G=19.77%
B=54.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89691910.530.6400.25249.8448.850.98
Hex5945BF3540019fa3133
Octal131105277651000313726163
Binary1011001100010110111111110101100000001100111111010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5945BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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