#5945AC

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

Shades of Rich Blue #5945AC

Tints of Rich Blue #5945AC

Color information

#5945AC (or 0x5945AC) is unknown color: approx Rich Blue. HEX triplet: 59, 45 and AC. RGB value is (89,69,172). Sum of RGB (Red+Green+Blue) = 89+69+172=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #5945AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5945AC is #A6BA53. Grayscale: #565656. Windows color (decimal): -10926676 or 11289945. OLE color: 11289945.

HSL color Cylindrical-coordinate representation of color #5945AC: hue angle of 251.65º degrees, saturation: 0.43, 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 #5945AC is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8969172-
CMYK0.480.6000.33
HSL251.65º42.74%47.25%-
HSV(B)251.65º59.88%67.45%-
XYZ13.699.3640.11-
YUV86.72176.13129.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.97%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=26.97%
G=20.91%
B=52.12%

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
Decimal89691720.480.6000.33251.6542.7447.25
Hex5945AC303C021fc2b2f
Octal13110525460740413745357
Binary1011001100010110101100110000111100010000111111100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5945AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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