Shades of Rich Blue #5245AB
Tints of Rich Blue #5245AB
RGB
CMYK
RGB Variations
Color information
#5245AB (or 0x5245AB) is known color: Rich Blue. HEX triplet: 52, 45 and AB. RGB value is (82,69,171). Sum of RGB (Red+Green+Blue) = 82+69+171=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #5245AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5245AB is #ADBA54. Grayscale: #545454. Windows color (decimal): -11385429 or 11224402. OLE color: 11224402.
HSL color Cylindrical-coordinate representation of color #5245AB: hue angle of 247.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5245AB is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 69 | 171 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.33 |
| HSL | 247.65º | 0.43% | 0.47% | - |
| HSV(B) | 247.65º | 0.6% | 0.67% | - |
| XYZ | 12.96 | 8.99 | 39.58 | - |
| YUV | 84.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 171 | 0.52 | 0.60 | 0 | 0.33 | 247.65 | 0.43 | 0.47 |
| Hex | 52 | 45 | AB | 34 | 3C | 0 | 21 | F8 | 2A | 2F |
| Octal | 122 | 105 | 253 | 64 | 74 | 0 | 41 | 370 | 52 | 57 |
| Binary | 1010010 | 1000101 | 10101011 | 110100 | 111100 | 0 | 100001 | 11111000 | 101010 | 101111 |
Color Harmonies of #5245AB
Complementary color
Monochromatic Colors of #5245AB
Black with #5245AB
Text Example
Text Example
White with #5245AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5245AB; }
p { color: rgb(82,69,171); }
H1.HeaderClassName
{
color: #5245AB;
}
.AnyTagClassName
{
color: #5245AB;
}
</style>
background-color css
<style>
a { background-color: #5245AB; }
a { background-color: rgb(82,69,171); }
div.DivClassName
{
background-color: #5245AB;
}
.BgClassName
{
background-color: #5245AB;
}
</style>
border-color css
<style>
span { border-color: #5245AB; }
span { border-color: rgb(82,69,171); }
td.TdClassName
{
border-color: #5245AB;
}
.TagClassName
{
border-color: #5245AB;
}
</style>