Shades of Rich Blue #524CAA
Tints of Rich Blue #524CAA
RGB
CMYK
RGB Variations
Color information
#524CAA (or 0x524CAA) is known color: Rich Blue. HEX triplet: 52, 4C and AA. RGB value is (82,76,170). Sum of RGB (Red+Green+Blue) = 82+76+170=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #524CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524CAA is #ADB355. Grayscale: #585858. Windows color (decimal): -11383638 or 11160658. OLE color: 11160658.
HSL color Cylindrical-coordinate representation of color #524CAA: hue angle of 243.83º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #524CAA is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 76 | 170 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.33 |
| HSL | 243.83º | 0.38% | 0.48% | - |
| HSV(B) | 243.83º | 0.55% | 0.67% | - |
| XYZ | 13.32 | 9.87 | 39.23 | - |
| YUV | 88.51 | 173.99 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 170 | 0.52 | 0.55 | 0 | 0.33 | 243.83 | 0.38 | 0.48 |
| Hex | 52 | 4C | AA | 34 | 37 | 0 | 21 | F4 | 26 | 30 |
| Octal | 122 | 114 | 252 | 64 | 67 | 0 | 41 | 364 | 46 | 60 |
| Binary | 1010010 | 1001100 | 10101010 | 110100 | 110111 | 0 | 100001 | 11110100 | 100110 | 110000 |
Color Harmonies of #524CAA
Complementary color
Monochromatic Colors of #524CAA
Black with #524CAA
Text Example
Text Example
White with #524CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CAA; }
p { color: rgb(82,76,170); }
H1.HeaderClassName
{
color: #524CAA;
}
.AnyTagClassName
{
color: #524CAA;
}
</style>
background-color css
<style>
a { background-color: #524CAA; }
a { background-color: rgb(82,76,170); }
div.DivClassName
{
background-color: #524CAA;
}
.BgClassName
{
background-color: #524CAA;
}
</style>
border-color css
<style>
span { border-color: #524CAA; }
span { border-color: rgb(82,76,170); }
td.TdClassName
{
border-color: #524CAA;
}
.TagClassName
{
border-color: #524CAA;
}
</style>