Shades of Rich Blue #5249B9
Tints of Rich Blue #5249B9
RGB
CMYK
RGB Variations
Color information
#5249B9 (or 0x5249B9) is known color: Rich Blue. HEX triplet: 52, 49 and B9. RGB value is (82,73,185). Sum of RGB (Red+Green+Blue) = 82+73+185=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #5249B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249B9 is #ADB646. Grayscale: #585858. Windows color (decimal): -11384391 or 12142930. OLE color: 12142930.
HSL color Cylindrical-coordinate representation of color #5249B9: hue angle of 244.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5249B9 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 73 | 185 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.27 |
| HSL | 244.82º | 0.44% | 0.51% | - |
| HSV(B) | 244.82º | 0.61% | 0.73% | - |
| XYZ | 14.62 | 10.06 | 47.07 | - |
| YUV | 88.46 | 182.48 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 185 | 0.56 | 0.61 | 0 | 0.27 | 244.82 | 0.44 | 0.51 |
| Hex | 52 | 49 | B9 | 38 | 3D | 0 | 1B | F5 | 2C | 33 |
| Octal | 122 | 111 | 271 | 70 | 75 | 0 | 33 | 365 | 54 | 63 |
| Binary | 1010010 | 1001001 | 10111001 | 111000 | 111101 | 0 | 11011 | 11110101 | 101100 | 110011 |
Color Harmonies of #5249B9
Complementary color
Monochromatic Colors of #5249B9
Black with #5249B9
Text Example
Text Example
White with #5249B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5249B9; }
p { color: rgb(82,73,185); }
H1.HeaderClassName
{
color: #5249B9;
}
.AnyTagClassName
{
color: #5249B9;
}
</style>
background-color css
<style>
a { background-color: #5249B9; }
a { background-color: rgb(82,73,185); }
div.DivClassName
{
background-color: #5249B9;
}
.BgClassName
{
background-color: #5249B9;
}
</style>
border-color css
<style>
span { border-color: #5249B9; }
span { border-color: rgb(82,73,185); }
td.TdClassName
{
border-color: #5249B9;
}
.TagClassName
{
border-color: #5249B9;
}
</style>