Shades of Rich Blue #524AAF
Tints of Rich Blue #524AAF
RGB
CMYK
RGB Variations
Color information
#524AAF (or 0x524AAF) is known color: Rich Blue. HEX triplet: 52, 4A and AF. RGB value is (82,74,175). Sum of RGB (Red+Green+Blue) = 82+74+175=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #524AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524AAF is #ADB550. Grayscale: #575757. Windows color (decimal): -11384145 or 11487826. OLE color: 11487826.
HSL color Cylindrical-coordinate representation of color #524AAF: hue angle of 244.75º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #524AAF is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 74 | 175 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.31 |
| HSL | 244.75º | 0.41% | 0.49% | - |
| HSV(B) | 244.75º | 0.58% | 0.69% | - |
| XYZ | 13.67 | 9.79 | 41.73 | - |
| YUV | 87.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 175 | 0.53 | 0.58 | 0 | 0.31 | 244.75 | 0.41 | 0.49 |
| Hex | 52 | 4A | AF | 35 | 3A | 0 | 1F | F5 | 29 | 31 |
| Octal | 122 | 112 | 257 | 65 | 72 | 0 | 37 | 365 | 51 | 61 |
| Binary | 1010010 | 1001010 | 10101111 | 110101 | 111010 | 0 | 11111 | 11110101 | 101001 | 110001 |
Color Harmonies of #524AAF
Complementary color
Monochromatic Colors of #524AAF
Black with #524AAF
Text Example
Text Example
White with #524AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AAF; }
p { color: rgb(82,74,175); }
H1.HeaderClassName
{
color: #524AAF;
}
.AnyTagClassName
{
color: #524AAF;
}
</style>
background-color css
<style>
a { background-color: #524AAF; }
a { background-color: rgb(82,74,175); }
div.DivClassName
{
background-color: #524AAF;
}
.BgClassName
{
background-color: #524AAF;
}
</style>
border-color css
<style>
span { border-color: #524AAF; }
span { border-color: rgb(82,74,175); }
td.TdClassName
{
border-color: #524AAF;
}
.TagClassName
{
border-color: #524AAF;
}
</style>