Shades of Rich Blue #5245AD
Tints of Rich Blue #5245AD
RGB
CMYK
RGB Variations
Color information
#5245AD (or 0x5245AD) is known color: Rich Blue. HEX triplet: 52, 45 and AD. RGB value is (82,69,173). Sum of RGB (Red+Green+Blue) = 82+69+173=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #5245AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5245AD is #ADBA52. Grayscale: #545454. Windows color (decimal): -11385427 or 11355474. OLE color: 11355474.
HSL color Cylindrical-coordinate representation of color #5245AD: hue angle of 247.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5245AD is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 69 | 173 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.32 |
| HSL | 247.5º | 0.43% | 0.47% | - |
| HSV(B) | 247.5º | 0.6% | 0.68% | - |
| XYZ | 13.15 | 9.07 | 40.59 | - |
| YUV | 84.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 173 | 0.53 | 0.60 | 0 | 0.32 | 247.5 | 0.43 | 0.47 |
| Hex | 52 | 45 | AD | 35 | 3C | 0 | 20 | F8 | 2B | 2F |
| Octal | 122 | 105 | 255 | 65 | 74 | 0 | 40 | 370 | 53 | 57 |
| Binary | 1010010 | 1000101 | 10101101 | 110101 | 111100 | 0 | 100000 | 11111000 | 101011 | 101111 |
Color Harmonies of #5245AD
Complementary color
Monochromatic Colors of #5245AD
Black with #5245AD
Text Example
Text Example
White with #5245AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5245AD; }
p { color: rgb(82,69,173); }
H1.HeaderClassName
{
color: #5245AD;
}
.AnyTagClassName
{
color: #5245AD;
}
</style>
background-color css
<style>
a { background-color: #5245AD; }
a { background-color: rgb(82,69,173); }
div.DivClassName
{
background-color: #5245AD;
}
.BgClassName
{
background-color: #5245AD;
}
</style>
border-color css
<style>
span { border-color: #5245AD; }
span { border-color: rgb(82,69,173); }
td.TdClassName
{
border-color: #5245AD;
}
.TagClassName
{
border-color: #5245AD;
}
</style>