Shades of Rich Blue #5952AF
Tints of Rich Blue #5952AF
RGB
CMYK
RGB Variations
Color information
#5952AF (or 0x5952AF) is known color: Rich Blue. HEX triplet: 59, 52 and AF. RGB value is (89,82,175). Sum of RGB (Red+Green+Blue) = 89+82+175=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #5952AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5952AF is #A6AD50. Grayscale: #5E5E5E. Windows color (decimal): -10923345 or 11489881. OLE color: 11489881.
HSL color Cylindrical-coordinate representation of color #5952AF: hue angle of 244.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5952AF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 82 | 175 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.31 |
| HSL | 244.52º | 0.37% | 0.5% | - |
| HSV(B) | 244.52º | 0.53% | 0.69% | - |
| XYZ | 14.87 | 11.25 | 41.95 | - |
| YUV | 94.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 175 | 0.49 | 0.53 | 0 | 0.31 | 244.52 | 0.37 | 0.5 |
| Hex | 59 | 52 | AF | 31 | 35 | 0 | 1F | F5 | 25 | 32 |
| Octal | 131 | 122 | 257 | 61 | 65 | 0 | 37 | 365 | 45 | 62 |
| Binary | 1011001 | 1010010 | 10101111 | 110001 | 110101 | 0 | 11111 | 11110101 | 100101 | 110010 |
Color Harmonies of #5952AF
Complementary color
Monochromatic Colors of #5952AF
Black with #5952AF
Text Example
Text Example
White with #5952AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5952AF; }
p { color: rgb(89,82,175); }
H1.HeaderClassName
{
color: #5952AF;
}
.AnyTagClassName
{
color: #5952AF;
}
</style>
background-color css
<style>
a { background-color: #5952AF; }
a { background-color: rgb(89,82,175); }
div.DivClassName
{
background-color: #5952AF;
}
.BgClassName
{
background-color: #5952AF;
}
</style>
border-color css
<style>
span { border-color: #5952AF; }
span { border-color: rgb(89,82,175); }
td.TdClassName
{
border-color: #5952AF;
}
.TagClassName
{
border-color: #5952AF;
}
</style>