Shades of Rich Blue #524CA5
Tints of Rich Blue #524CA5
RGB
CMYK
RGB Variations
Color information
#524CA5 (or 0x524CA5) is known color: Rich Blue. HEX triplet: 52, 4C and A5. RGB value is (82,76,165). Sum of RGB (Red+Green+Blue) = 82+76+165=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #524CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524CA5 is #ADB35A. Grayscale: #575757. Windows color (decimal): -11383643 or 10832978. OLE color: 10832978.
HSL color Cylindrical-coordinate representation of color #524CA5: hue angle of 244.04º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524CA5 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 76 | 165 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.35 |
| HSL | 244.04º | 0.37% | 0.47% | - |
| HSV(B) | 244.04º | 0.54% | 0.65% | - |
| XYZ | 12.86 | 9.68 | 36.79 | - |
| YUV | 87.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 165 | 0.50 | 0.54 | 0 | 0.35 | 244.04 | 0.37 | 0.47 |
| Hex | 52 | 4C | A5 | 32 | 36 | 0 | 23 | F4 | 25 | 2F |
| Octal | 122 | 114 | 245 | 62 | 66 | 0 | 43 | 364 | 45 | 57 |
| Binary | 1010010 | 1001100 | 10100101 | 110010 | 110110 | 0 | 100011 | 11110100 | 100101 | 101111 |
Color Harmonies of #524CA5
Complementary color
Monochromatic Colors of #524CA5
Black with #524CA5
Text Example
Text Example
White with #524CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CA5; }
p { color: rgb(82,76,165); }
H1.HeaderClassName
{
color: #524CA5;
}
.AnyTagClassName
{
color: #524CA5;
}
</style>
background-color css
<style>
a { background-color: #524CA5; }
a { background-color: rgb(82,76,165); }
div.DivClassName
{
background-color: #524CA5;
}
.BgClassName
{
background-color: #524CA5;
}
</style>
border-color css
<style>
span { border-color: #524CA5; }
span { border-color: rgb(82,76,165); }
td.TdClassName
{
border-color: #524CA5;
}
.TagClassName
{
border-color: #524CA5;
}
</style>