Shades of Rich Blue #5949AA
Tints of Rich Blue #5949AA
RGB
CMYK
RGB Variations
Color information
#5949AA (or 0x5949AA) is known color: 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
| RGB | 89 | 73 | 170 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.33 |
| HSL | 249.9º | 0.4% | 0.48% | - |
| HSV(B) | 249.9º | 0.57% | 0.67% | - |
| XYZ | 13.76 | 9.79 | 39.19 | - |
| YUV | 88.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 170 | 0.48 | 0.57 | 0 | 0.33 | 249.9 | 0.4 | 0.48 |
| Hex | 59 | 49 | AA | 30 | 39 | 0 | 21 | FA | 28 | 30 |
| Octal | 131 | 111 | 252 | 60 | 71 | 0 | 41 | 372 | 50 | 60 |
| Binary | 1011001 | 1001001 | 10101010 | 110000 | 111001 | 0 | 100001 | 11111010 | 101000 | 110000 |
Color Harmonies of #5949AA
Complementary color
Monochromatic Colors of #5949AA
Black with #5949AA
Text Example
Text Example
White with #5949AA
Text Example
Text Example
HTML Codes & Css Web 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>