Shades of Rich Blue #5247BA
Tints of Rich Blue #5247BA
RGB
CMYK
RGB Variations
Color information
#5247BA (or 0x5247BA) is known color: Rich Blue. HEX triplet: 52, 47 and BA. RGB value is (82,71,186). Sum of RGB (Red+Green+Blue) = 82+71+186=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #5247BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5247BA is #ADB845. Grayscale: #565656. Windows color (decimal): -11384902 or 12207954. OLE color: 12207954.
HSL color Cylindrical-coordinate representation of color #5247BA: hue angle of 245.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5247BA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 71 | 186 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.27 |
| HSL | 245.74º | 0.45% | 0.5% | - |
| HSV(B) | 245.74º | 0.62% | 0.73% | - |
| XYZ | 14.6 | 9.85 | 47.59 | - |
| YUV | 87.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 186 | 0.56 | 0.62 | 0 | 0.27 | 245.74 | 0.45 | 0.5 |
| Hex | 52 | 47 | BA | 38 | 3E | 0 | 1B | F6 | 2D | 32 |
| Octal | 122 | 107 | 272 | 70 | 76 | 0 | 33 | 366 | 55 | 62 |
| Binary | 1010010 | 1000111 | 10111010 | 111000 | 111110 | 0 | 11011 | 11110110 | 101101 | 110010 |
Color Harmonies of #5247BA
Complementary color
Monochromatic Colors of #5247BA
Black with #5247BA
Text Example
Text Example
White with #5247BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5247BA; }
p { color: rgb(82,71,186); }
H1.HeaderClassName
{
color: #5247BA;
}
.AnyTagClassName
{
color: #5247BA;
}
</style>
background-color css
<style>
a { background-color: #5247BA; }
a { background-color: rgb(82,71,186); }
div.DivClassName
{
background-color: #5247BA;
}
.BgClassName
{
background-color: #5247BA;
}
</style>
border-color css
<style>
span { border-color: #5247BA; }
span { border-color: rgb(82,71,186); }
td.TdClassName
{
border-color: #5247BA;
}
.TagClassName
{
border-color: #5247BA;
}
</style>