Shades of Rich Blue #5247AB
Tints of Rich Blue #5247AB
RGB
CMYK
RGB Variations
Color information
#5247AB (or 0x5247AB) is known color: Rich Blue. HEX triplet: 52, 47 and AB. RGB value is (82,71,171). Sum of RGB (Red+Green+Blue) = 82+71+171=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5247AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5247AB is #ADB854. Grayscale: #555555. Windows color (decimal): -11384917 or 11224914. OLE color: 11224914.
HSL color Cylindrical-coordinate representation of color #5247AB: hue angle of 246.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5247AB is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 71 | 171 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.33 |
| HSL | 246.6º | 0.41% | 0.47% | - |
| HSV(B) | 246.6º | 0.58% | 0.67% | - |
| XYZ | 13.08 | 9.24 | 39.62 | - |
| YUV | 85.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 171 | 0.52 | 0.58 | 0 | 0.33 | 246.6 | 0.41 | 0.47 |
| Hex | 52 | 47 | AB | 34 | 3A | 0 | 21 | F7 | 29 | 2F |
| Octal | 122 | 107 | 253 | 64 | 72 | 0 | 41 | 367 | 51 | 57 |
| Binary | 1010010 | 1000111 | 10101011 | 110100 | 111010 | 0 | 100001 | 11110111 | 101001 | 101111 |
Color Harmonies of #5247AB
Complementary color
Monochromatic Colors of #5247AB
Black with #5247AB
Text Example
Text Example
White with #5247AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5247AB; }
p { color: rgb(82,71,171); }
H1.HeaderClassName
{
color: #5247AB;
}
.AnyTagClassName
{
color: #5247AB;
}
</style>
background-color css
<style>
a { background-color: #5247AB; }
a { background-color: rgb(82,71,171); }
div.DivClassName
{
background-color: #5247AB;
}
.BgClassName
{
background-color: #5247AB;
}
</style>
border-color css
<style>
span { border-color: #5247AB; }
span { border-color: rgb(82,71,171); }
td.TdClassName
{
border-color: #5247AB;
}
.TagClassName
{
border-color: #5247AB;
}
</style>