Shades of Rich Blue #524CAC
Tints of Rich Blue #524CAC
RGB
CMYK
RGB Variations
Color information
#524CAC (or 0x524CAC) is known color: Rich Blue. HEX triplet: 52, 4C and AC. RGB value is (82,76,172). Sum of RGB (Red+Green+Blue) = 82+76+172=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #524CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524CAC is #ADB353. Grayscale: #585858. Windows color (decimal): -11383636 or 11291730. OLE color: 11291730.
HSL color Cylindrical-coordinate representation of color #524CAC: hue angle of 243.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524CAC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 76 | 172 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.33 |
| HSL | 243.75º | 0.39% | 0.49% | - |
| HSV(B) | 243.75º | 0.56% | 0.67% | - |
| XYZ | 13.51 | 9.94 | 40.24 | - |
| YUV | 88.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 172 | 0.52 | 0.56 | 0 | 0.33 | 243.75 | 0.39 | 0.49 |
| Hex | 52 | 4C | AC | 34 | 38 | 0 | 21 | F4 | 27 | 31 |
| Octal | 122 | 114 | 254 | 64 | 70 | 0 | 41 | 364 | 47 | 61 |
| Binary | 1010010 | 1001100 | 10101100 | 110100 | 111000 | 0 | 100001 | 11110100 | 100111 | 110001 |
Color Harmonies of #524CAC
Complementary color
Monochromatic Colors of #524CAC
Black with #524CAC
Text Example
Text Example
White with #524CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CAC; }
p { color: rgb(82,76,172); }
H1.HeaderClassName
{
color: #524CAC;
}
.AnyTagClassName
{
color: #524CAC;
}
</style>
background-color css
<style>
a { background-color: #524CAC; }
a { background-color: rgb(82,76,172); }
div.DivClassName
{
background-color: #524CAC;
}
.BgClassName
{
background-color: #524CAC;
}
</style>
border-color css
<style>
span { border-color: #524CAC; }
span { border-color: rgb(82,76,172); }
td.TdClassName
{
border-color: #524CAC;
}
.TagClassName
{
border-color: #524CAC;
}
</style>