Shades of Rich Blue #5952AB
Tints of Rich Blue #5952AB
RGB
CMYK
RGB Variations
Color information
#5952AB (or 0x5952AB) is known color: Rich Blue. HEX triplet: 59, 52 and AB. RGB value is (89,82,171). Sum of RGB (Red+Green+Blue) = 89+82+171=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #5952AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5952AB is #A6AD54. Grayscale: #5D5D5D. Windows color (decimal): -10923349 or 11227737. OLE color: 11227737.
HSL color Cylindrical-coordinate representation of color #5952AB: hue angle of 244.72º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5952AB is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 82 | 171 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.33 |
| HSL | 244.72º | 0.35% | 0.5% | - |
| HSV(B) | 244.72º | 0.52% | 0.67% | - |
| XYZ | 14.49 | 11.1 | 39.91 | - |
| YUV | 94.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 171 | 0.48 | 0.52 | 0 | 0.33 | 244.72 | 0.35 | 0.5 |
| Hex | 59 | 52 | AB | 30 | 34 | 0 | 21 | F5 | 23 | 32 |
| Octal | 131 | 122 | 253 | 60 | 64 | 0 | 41 | 365 | 43 | 62 |
| Binary | 1011001 | 1010010 | 10101011 | 110000 | 110100 | 0 | 100001 | 11110101 | 100011 | 110010 |
Color Harmonies of #5952AB
Complementary color
Monochromatic Colors of #5952AB
Black with #5952AB
Text Example
Text Example
White with #5952AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5952AB; }
p { color: rgb(89,82,171); }
H1.HeaderClassName
{
color: #5952AB;
}
.AnyTagClassName
{
color: #5952AB;
}
</style>
background-color css
<style>
a { background-color: #5952AB; }
a { background-color: rgb(89,82,171); }
div.DivClassName
{
background-color: #5952AB;
}
.BgClassName
{
background-color: #5952AB;
}
</style>
border-color css
<style>
span { border-color: #5952AB; }
span { border-color: rgb(89,82,171); }
td.TdClassName
{
border-color: #5952AB;
}
.TagClassName
{
border-color: #5952AB;
}
</style>