Shades of Rich Blue #5242AD
Tints of Rich Blue #5242AD
RGB
CMYK
RGB Variations
Color information
#5242AD (or 0x5242AD) is known color: Rich Blue. HEX triplet: 52, 42 and AD. RGB value is (82,66,173). Sum of RGB (Red+Green+Blue) = 82+66+173=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #5242AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5242AD is #ADBD52. Grayscale: #525252. Windows color (decimal): -11386195 or 11354706. OLE color: 11354706.
HSL color Cylindrical-coordinate representation of color #5242AD: hue angle of 248.97º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5242AD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 66 | 173 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.32 |
| HSL | 248.97º | 0.45% | 0.47% | - |
| HSV(B) | 248.97º | 0.62% | 0.68% | - |
| XYZ | 12.97 | 8.71 | 40.53 | - |
| YUV | 82.98 | 178.8 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 173 | 0.53 | 0.62 | 0 | 0.32 | 248.97 | 0.45 | 0.47 |
| Hex | 52 | 42 | AD | 35 | 3E | 0 | 20 | F9 | 2D | 2F |
| Octal | 122 | 102 | 255 | 65 | 76 | 0 | 40 | 371 | 55 | 57 |
| Binary | 1010010 | 1000010 | 10101101 | 110101 | 111110 | 0 | 100000 | 11111001 | 101101 | 101111 |
Color Harmonies of #5242AD
Complementary color
Monochromatic Colors of #5242AD
Black with #5242AD
Text Example
Text Example
White with #5242AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5242AD; }
p { color: rgb(82,66,173); }
H1.HeaderClassName
{
color: #5242AD;
}
.AnyTagClassName
{
color: #5242AD;
}
</style>
background-color css
<style>
a { background-color: #5242AD; }
a { background-color: rgb(82,66,173); }
div.DivClassName
{
background-color: #5242AD;
}
.BgClassName
{
background-color: #5242AD;
}
</style>
border-color css
<style>
span { border-color: #5242AD; }
span { border-color: rgb(82,66,173); }
td.TdClassName
{
border-color: #5242AD;
}
.TagClassName
{
border-color: #5242AD;
}
</style>