#5949AA

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

Shades of Rich Blue #5949AA

Tints of Rich Blue #5949AA

Color information

#5949AA (or 0x5949AA) is unknown color: approx Rich Blue. HEX triplet: 59, 49 and AA. RGB value is (89,73,170). Sum of RGB (Red+Green+Blue) = 89+73+170=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #5949AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5949AA is #A6B655. Grayscale: #585858. Windows color (decimal): -10925654 or 11159897. OLE color: 11159897.

HSL color Cylindrical-coordinate representation of color #5949AA: hue angle of 249.9º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5949AA is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8973170-
CMYK0.480.5700.33
HSL249.9º39.92%47.65%-
HSV(B)249.9º57.06%66.67%-
XYZ13.769.7939.19-
YUV88.84173.8128.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=26.81%
G=21.99%
B=51.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89731700.480.5700.33249.939.9247.65
Hex5949AA3039021fa2830
Octal13111125260710413725060
Binary1011001100100110101010110000111001010000111111010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5949AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5949AA; }

 p { color: rgb(89,73,170); }

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

<style>
 a { background-color: #5949AA; }

 a { background-color: rgb(89,73,170); }

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

<style>
 span { border-color: #5949AA; }

 span { border-color: rgb(89,73,170); }

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