Shades of Rich Blue #524BA6
Tints of Rich Blue #524BA6
RGB
CMYK
RGB Variations
Color information
#524BA6 (or 0x524BA6) is known color: Rich Blue. HEX triplet: 52, 4B and A6. RGB value is (82,75,166). Sum of RGB (Red+Green+Blue) = 82+75+166=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 166 (65.23% from 255 or 51.39% from 323); Max value from RGB is 166 - color contains mainly: blue. Hex color #524BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524BA6 is #ADB459. Grayscale: #575757. Windows color (decimal): -11383898 or 10898258. OLE color: 10898258.
HSL color Cylindrical-coordinate representation of color #524BA6: hue angle of 244.62º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #524BA6 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 75 | 166 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.35 |
| HSL | 244.62º | 0.38% | 0.47% | - |
| HSV(B) | 244.62º | 0.55% | 0.65% | - |
| XYZ | 12.88 | 9.58 | 37.25 | - |
| YUV | 87.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 166 | 0.51 | 0.55 | 0 | 0.35 | 244.62 | 0.38 | 0.47 |
| Hex | 52 | 4B | A6 | 33 | 37 | 0 | 23 | F5 | 26 | 2F |
| Octal | 122 | 113 | 246 | 63 | 67 | 0 | 43 | 365 | 46 | 57 |
| Binary | 1010010 | 1001011 | 10100110 | 110011 | 110111 | 0 | 100011 | 11110101 | 100110 | 101111 |
Color Harmonies of #524BA6
Complementary color
Monochromatic Colors of #524BA6
Black with #524BA6
Text Example
Text Example
White with #524BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BA6; }
p { color: rgb(82,75,166); }
H1.HeaderClassName
{
color: #524BA6;
}
.AnyTagClassName
{
color: #524BA6;
}
</style>
background-color css
<style>
a { background-color: #524BA6; }
a { background-color: rgb(82,75,166); }
div.DivClassName
{
background-color: #524BA6;
}
.BgClassName
{
background-color: #524BA6;
}
</style>
border-color css
<style>
span { border-color: #524BA6; }
span { border-color: rgb(82,75,166); }
td.TdClassName
{
border-color: #524BA6;
}
.TagClassName
{
border-color: #524BA6;
}
</style>