Shades of Rich Blue #5248B9
Tints of Rich Blue #5248B9
RGB
CMYK
RGB Variations
Color information
#5248B9 (or 0x5248B9) is known color: Rich Blue. HEX triplet: 52, 48 and B9. RGB value is (82,72,185). Sum of RGB (Red+Green+Blue) = 82+72+185=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #5248B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5248B9 is #ADB746. Grayscale: #575757. Windows color (decimal): -11384647 or 12142674. OLE color: 12142674.
HSL color Cylindrical-coordinate representation of color #5248B9: hue angle of 245.31º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5248B9 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 72 | 185 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.27 |
| HSL | 245.31º | 0.45% | 0.5% | - |
| HSV(B) | 245.31º | 0.61% | 0.73% | - |
| XYZ | 14.55 | 9.93 | 47.05 | - |
| YUV | 87.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 185 | 0.56 | 0.61 | 0 | 0.27 | 245.31 | 0.45 | 0.5 |
| Hex | 52 | 48 | B9 | 38 | 3D | 0 | 1B | F5 | 2D | 32 |
| Octal | 122 | 110 | 271 | 70 | 75 | 0 | 33 | 365 | 55 | 62 |
| Binary | 1010010 | 1001000 | 10111001 | 111000 | 111101 | 0 | 11011 | 11110101 | 101101 | 110010 |
Color Harmonies of #5248B9
Complementary color
Monochromatic Colors of #5248B9
Black with #5248B9
Text Example
Text Example
White with #5248B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5248B9; }
p { color: rgb(82,72,185); }
H1.HeaderClassName
{
color: #5248B9;
}
.AnyTagClassName
{
color: #5248B9;
}
</style>
background-color css
<style>
a { background-color: #5248B9; }
a { background-color: rgb(82,72,185); }
div.DivClassName
{
background-color: #5248B9;
}
.BgClassName
{
background-color: #5248B9;
}
</style>
border-color css
<style>
span { border-color: #5248B9; }
span { border-color: rgb(82,72,185); }
td.TdClassName
{
border-color: #5248B9;
}
.TagClassName
{
border-color: #5248B9;
}
</style>