Shades of Rich Blue #5952AC
Tints of Rich Blue #5952AC
RGB
CMYK
RGB Variations
Color information
#5952AC (or 0x5952AC) is known color: Rich Blue. HEX triplet: 59, 52 and AC. RGB value is (89,82,172). Sum of RGB (Red+Green+Blue) = 89+82+172=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #5952AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5952AC is #A6AD53. Grayscale: #5E5E5E. Windows color (decimal): -10923348 or 11293273. OLE color: 11293273.
HSL color Cylindrical-coordinate representation of color #5952AC: hue angle of 244.67º 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 #5952AC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 82 | 172 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.33 |
| HSL | 244.67º | 0.35% | 0.5% | - |
| HSV(B) | 244.67º | 0.52% | 0.67% | - |
| XYZ | 14.58 | 11.14 | 40.41 | - |
| YUV | 94.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 172 | 0.48 | 0.52 | 0 | 0.33 | 244.67 | 0.35 | 0.5 |
| Hex | 59 | 52 | AC | 30 | 34 | 0 | 21 | F5 | 23 | 32 |
| Octal | 131 | 122 | 254 | 60 | 64 | 0 | 41 | 365 | 43 | 62 |
| Binary | 1011001 | 1010010 | 10101100 | 110000 | 110100 | 0 | 100001 | 11110101 | 100011 | 110010 |
Color Harmonies of #5952AC
Complementary color
Monochromatic Colors of #5952AC
Black with #5952AC
Text Example
Text Example
White with #5952AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5952AC; }
p { color: rgb(89,82,172); }
H1.HeaderClassName
{
color: #5952AC;
}
.AnyTagClassName
{
color: #5952AC;
}
</style>
background-color css
<style>
a { background-color: #5952AC; }
a { background-color: rgb(89,82,172); }
div.DivClassName
{
background-color: #5952AC;
}
.BgClassName
{
background-color: #5952AC;
}
</style>
border-color css
<style>
span { border-color: #5952AC; }
span { border-color: rgb(89,82,172); }
td.TdClassName
{
border-color: #5952AC;
}
.TagClassName
{
border-color: #5952AC;
}
</style>