Shades of Rich Blue #5245AA
Tints of Rich Blue #5245AA
RGB
CMYK
RGB Variations
Color information
#5245AA (or 0x5245AA) is known color: Rich Blue. HEX triplet: 52, 45 and AA. RGB value is (82,69,170). Sum of RGB (Red+Green+Blue) = 82+69+170=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #5245AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5245AA is #ADBA55. Grayscale: #545454. Windows color (decimal): -11385430 or 11158866. OLE color: 11158866.
HSL color Cylindrical-coordinate representation of color #5245AA: hue angle of 247.72º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5245AA is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 69 | 170 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.33 |
| HSL | 247.72º | 0.42% | 0.47% | - |
| HSV(B) | 247.72º | 0.59% | 0.67% | - |
| XYZ | 12.86 | 8.95 | 39.08 | - |
| YUV | 84.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 170 | 0.52 | 0.59 | 0 | 0.33 | 247.72 | 0.42 | 0.47 |
| Hex | 52 | 45 | AA | 34 | 3B | 0 | 21 | F8 | 2A | 2F |
| Octal | 122 | 105 | 252 | 64 | 73 | 0 | 41 | 370 | 52 | 57 |
| Binary | 1010010 | 1000101 | 10101010 | 110100 | 111011 | 0 | 100001 | 11111000 | 101010 | 101111 |
Color Harmonies of #5245AA
Complementary color
Monochromatic Colors of #5245AA
Black with #5245AA
Text Example
Text Example
White with #5245AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5245AA; }
p { color: rgb(82,69,170); }
H1.HeaderClassName
{
color: #5245AA;
}
.AnyTagClassName
{
color: #5245AA;
}
</style>
background-color css
<style>
a { background-color: #5245AA; }
a { background-color: rgb(82,69,170); }
div.DivClassName
{
background-color: #5245AA;
}
.BgClassName
{
background-color: #5245AA;
}
</style>
border-color css
<style>
span { border-color: #5245AA; }
span { border-color: rgb(82,69,170); }
td.TdClassName
{
border-color: #5245AA;
}
.TagClassName
{
border-color: #5245AA;
}
</style>