Shades of Rich Blue #5244A8
Tints of Rich Blue #5244A8
RGB
CMYK
RGB Variations
Color information
#5244A8 (or 0x5244A8) is known color: Rich Blue. HEX triplet: 52, 44 and A8. RGB value is (82,68,168). Sum of RGB (Red+Green+Blue) = 82+68+168=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 168 (66.02% from 255 or 52.83% from 318); Max value from RGB is 168 - color contains mainly: blue. Hex color #5244A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5244A8 is #ADBB57. Grayscale: #535353. Windows color (decimal): -11385688 or 11027538. OLE color: 11027538.
HSL color Cylindrical-coordinate representation of color #5244A8: hue angle of 248.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5244A8 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 68 | 168 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.34 |
| HSL | 248.4º | 0.42% | 0.46% | - |
| HSV(B) | 248.4º | 0.6% | 0.66% | - |
| XYZ | 12.61 | 8.76 | 38.07 | - |
| YUV | 83.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 168 | 0.51 | 0.60 | 0 | 0.34 | 248.4 | 0.42 | 0.46 |
| Hex | 52 | 44 | A8 | 33 | 3C | 0 | 22 | F8 | 2A | 2E |
| Octal | 122 | 104 | 250 | 63 | 74 | 0 | 42 | 370 | 52 | 56 |
| Binary | 1010010 | 1000100 | 10101000 | 110011 | 111100 | 0 | 100010 | 11111000 | 101010 | 101110 |
Color Harmonies of #5244A8
Complementary color
Monochromatic Colors of #5244A8
Black with #5244A8
Text Example
Text Example
White with #5244A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5244A8; }
p { color: rgb(82,68,168); }
H1.HeaderClassName
{
color: #5244A8;
}
.AnyTagClassName
{
color: #5244A8;
}
</style>
background-color css
<style>
a { background-color: #5244A8; }
a { background-color: rgb(82,68,168); }
div.DivClassName
{
background-color: #5244A8;
}
.BgClassName
{
background-color: #5244A8;
}
</style>
border-color css
<style>
span { border-color: #5244A8; }
span { border-color: rgb(82,68,168); }
td.TdClassName
{
border-color: #5244A8;
}
.TagClassName
{
border-color: #5244A8;
}
</style>