#5945AB

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

Shades of Rich Blue #5945AB

Tints of Rich Blue #5945AB

Color information

#5945AB (or 0x5945AB) is unknown color: approx Rich Blue. HEX triplet: 59, 45 and AB. RGB value is (89,69,171). Sum of RGB (Red+Green+Blue) = 89+69+171=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #5945AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5945AB is #A6BA54. Grayscale: #565656. Windows color (decimal): -10926677 or 11224409. OLE color: 11224409.

HSL color Cylindrical-coordinate representation of color #5945AB: hue angle of 251.76º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5945AB is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8969171-
CMYK0.480.6000.33
HSL251.76º42.5%47.06%-
HSV(B)251.76º59.65%67.06%-
XYZ13.69.3239.61-
YUV86.61175.63129.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=27.05%
G=20.97%
B=51.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89691710.480.6000.33251.7642.547.06
Hex5945AB303C021fc2a2f
Octal13110525360740413745257
Binary1011001100010110101011110000111100010000111111100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5945AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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