Shades of Rich Blue #5249BE
Tints of Rich Blue #5249BE
RGB
CMYK
RGB Variations
Color information
#5249BE (or 0x5249BE) is known color: Rich Blue. HEX triplet: 52, 49 and BE. RGB value is (82,73,190). Sum of RGB (Red+Green+Blue) = 82+73+190=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #5249BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249BE is #ADB641. Grayscale: #585858. Windows color (decimal): -11384386 or 12470610. OLE color: 12470610.
HSL color Cylindrical-coordinate representation of color #5249BE: hue angle of 244.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5249BE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 73 | 190 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.25 |
| HSL | 244.62º | 0.47% | 0.52% | - |
| HSV(B) | 244.62º | 0.62% | 0.75% | - |
| XYZ | 15.16 | 10.28 | 49.9 | - |
| YUV | 89.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 190 | 0.57 | 0.62 | 0 | 0.25 | 244.62 | 0.47 | 0.52 |
| Hex | 52 | 49 | BE | 39 | 3E | 0 | 19 | F5 | 2F | 34 |
| Octal | 122 | 111 | 276 | 71 | 76 | 0 | 31 | 365 | 57 | 64 |
| Binary | 1010010 | 1001001 | 10111110 | 111001 | 111110 | 0 | 11001 | 11110101 | 101111 | 110100 |
Color Harmonies of #5249BE
Complementary color
Monochromatic Colors of #5249BE
Black with #5249BE
Text Example
Text Example
White with #5249BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5249BE; }
p { color: rgb(82,73,190); }
H1.HeaderClassName
{
color: #5249BE;
}
.AnyTagClassName
{
color: #5249BE;
}
</style>
background-color css
<style>
a { background-color: #5249BE; }
a { background-color: rgb(82,73,190); }
div.DivClassName
{
background-color: #5249BE;
}
.BgClassName
{
background-color: #5249BE;
}
</style>
border-color css
<style>
span { border-color: #5249BE; }
span { border-color: rgb(82,73,190); }
td.TdClassName
{
border-color: #5249BE;
}
.TagClassName
{
border-color: #5249BE;
}
</style>