Shades of Rich Blue #5952AA
Tints of Rich Blue #5952AA
RGB
CMYK
RGB Variations
Color information
#5952AA (or 0x5952AA) is known color: Rich Blue. HEX triplet: 59, 52 and AA. RGB value is (89,82,170). Sum of RGB (Red+Green+Blue) = 89+82+170=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #5952AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5952AA is #A6AD55. Grayscale: #5D5D5D. Windows color (decimal): -10923350 or 11162201. OLE color: 11162201.
HSL color Cylindrical-coordinate representation of color #5952AA: hue angle of 244.77º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5952AA is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 82 | 170 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.33 |
| HSL | 244.77º | 0.35% | 0.49% | - |
| HSV(B) | 244.77º | 0.52% | 0.67% | - |
| XYZ | 14.39 | 11.06 | 39.41 | - |
| YUV | 94.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 170 | 0.48 | 0.52 | 0 | 0.33 | 244.77 | 0.35 | 0.49 |
| Hex | 59 | 52 | AA | 30 | 34 | 0 | 21 | F5 | 23 | 31 |
| Octal | 131 | 122 | 252 | 60 | 64 | 0 | 41 | 365 | 43 | 61 |
| Binary | 1011001 | 1010010 | 10101010 | 110000 | 110100 | 0 | 100001 | 11110101 | 100011 | 110001 |
Color Harmonies of #5952AA
Complementary color
Monochromatic Colors of #5952AA
Black with #5952AA
Text Example
Text Example
White with #5952AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5952AA; }
p { color: rgb(89,82,170); }
H1.HeaderClassName
{
color: #5952AA;
}
.AnyTagClassName
{
color: #5952AA;
}
</style>
background-color css
<style>
a { background-color: #5952AA; }
a { background-color: rgb(89,82,170); }
div.DivClassName
{
background-color: #5952AA;
}
.BgClassName
{
background-color: #5952AA;
}
</style>
border-color css
<style>
span { border-color: #5952AA; }
span { border-color: rgb(89,82,170); }
td.TdClassName
{
border-color: #5952AA;
}
.TagClassName
{
border-color: #5952AA;
}
</style>