Shades of Rich Blue #524DA5
Tints of Rich Blue #524DA5
RGB
CMYK
RGB Variations
Color information
#524DA5 (or 0x524DA5) is known color: Rich Blue. HEX triplet: 52, 4D and A5. RGB value is (82,77,165). Sum of RGB (Red+Green+Blue) = 82+77+165=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #524DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524DA5 is #ADB25A. Grayscale: #585858. Windows color (decimal): -11383387 or 10833234. OLE color: 10833234.
HSL color Cylindrical-coordinate representation of color #524DA5: hue angle of 243.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #524DA5 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 77 | 165 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.35 |
| HSL | 243.41º | 0.36% | 0.47% | - |
| HSV(B) | 243.41º | 0.53% | 0.65% | - |
| XYZ | 12.93 | 9.82 | 36.81 | - |
| YUV | 88.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 165 | 0.50 | 0.53 | 0 | 0.35 | 243.41 | 0.36 | 0.47 |
| Hex | 52 | 4D | A5 | 32 | 35 | 0 | 23 | F3 | 24 | 2F |
| Octal | 122 | 115 | 245 | 62 | 65 | 0 | 43 | 363 | 44 | 57 |
| Binary | 1010010 | 1001101 | 10100101 | 110010 | 110101 | 0 | 100011 | 11110011 | 100100 | 101111 |
Color Harmonies of #524DA5
Complementary color
Monochromatic Colors of #524DA5
Black with #524DA5
Text Example
Text Example
White with #524DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DA5; }
p { color: rgb(82,77,165); }
H1.HeaderClassName
{
color: #524DA5;
}
.AnyTagClassName
{
color: #524DA5;
}
</style>
background-color css
<style>
a { background-color: #524DA5; }
a { background-color: rgb(82,77,165); }
div.DivClassName
{
background-color: #524DA5;
}
.BgClassName
{
background-color: #524DA5;
}
</style>
border-color css
<style>
span { border-color: #524DA5; }
span { border-color: rgb(82,77,165); }
td.TdClassName
{
border-color: #524DA5;
}
.TagClassName
{
border-color: #524DA5;
}
</style>