Shades of Rich Blue #5249BC
Tints of Rich Blue #5249BC
RGB
CMYK
RGB Variations
Color information
#5249BC (or 0x5249BC) is known color: Rich Blue. HEX triplet: 52, 49 and BC. RGB value is (82,73,188). Sum of RGB (Red+Green+Blue) = 82+73+188=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #5249BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249BC is #ADB643. Grayscale: #585858. Windows color (decimal): -11384388 or 12339538. OLE color: 12339538.
HSL color Cylindrical-coordinate representation of color #5249BC: hue angle of 244.7º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5249BC is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 73 | 188 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.26 |
| HSL | 244.7º | 0.46% | 0.51% | - |
| HSV(B) | 244.7º | 0.61% | 0.74% | - |
| XYZ | 14.94 | 10.19 | 48.76 | - |
| YUV | 88.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 188 | 0.56 | 0.61 | 0 | 0.26 | 244.7 | 0.46 | 0.51 |
| Hex | 52 | 49 | BC | 38 | 3D | 0 | 1A | F5 | 2E | 33 |
| Octal | 122 | 111 | 274 | 70 | 75 | 0 | 32 | 365 | 56 | 63 |
| Binary | 1010010 | 1001001 | 10111100 | 111000 | 111101 | 0 | 11010 | 11110101 | 101110 | 110011 |
Color Harmonies of #5249BC
Complementary color
Monochromatic Colors of #5249BC
Black with #5249BC
Text Example
Text Example
White with #5249BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5249BC; }
p { color: rgb(82,73,188); }
H1.HeaderClassName
{
color: #5249BC;
}
.AnyTagClassName
{
color: #5249BC;
}
</style>
background-color css
<style>
a { background-color: #5249BC; }
a { background-color: rgb(82,73,188); }
div.DivClassName
{
background-color: #5249BC;
}
.BgClassName
{
background-color: #5249BC;
}
</style>
border-color css
<style>
span { border-color: #5249BC; }
span { border-color: rgb(82,73,188); }
td.TdClassName
{
border-color: #5249BC;
}
.TagClassName
{
border-color: #5249BC;
}
</style>