Shades of Rich Blue #5248AB
Tints of Rich Blue #5248AB
RGB
CMYK
RGB Variations
Color information
#5248AB (or 0x5248AB) is known color: Rich Blue. HEX triplet: 52, 48 and AB. RGB value is (82,72,171). Sum of RGB (Red+Green+Blue) = 82+72+171=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5248AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5248AB is #ADB754. Grayscale: #555555. Windows color (decimal): -11384661 or 11225170. OLE color: 11225170.
HSL color Cylindrical-coordinate representation of color #5248AB: hue angle of 246.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5248AB is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 72 | 171 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.33 |
| HSL | 246.06º | 0.41% | 0.48% | - |
| HSV(B) | 246.06º | 0.58% | 0.67% | - |
| XYZ | 13.15 | 9.37 | 39.64 | - |
| YUV | 86.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 171 | 0.52 | 0.58 | 0 | 0.33 | 246.06 | 0.41 | 0.48 |
| Hex | 52 | 48 | AB | 34 | 3A | 0 | 21 | F6 | 29 | 30 |
| Octal | 122 | 110 | 253 | 64 | 72 | 0 | 41 | 366 | 51 | 60 |
| Binary | 1010010 | 1001000 | 10101011 | 110100 | 111010 | 0 | 100001 | 11110110 | 101001 | 110000 |
Color Harmonies of #5248AB
Complementary color
Monochromatic Colors of #5248AB
Black with #5248AB
Text Example
Text Example
White with #5248AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5248AB; }
p { color: rgb(82,72,171); }
H1.HeaderClassName
{
color: #5248AB;
}
.AnyTagClassName
{
color: #5248AB;
}
</style>
background-color css
<style>
a { background-color: #5248AB; }
a { background-color: rgb(82,72,171); }
div.DivClassName
{
background-color: #5248AB;
}
.BgClassName
{
background-color: #5248AB;
}
</style>
border-color css
<style>
span { border-color: #5248AB; }
span { border-color: rgb(82,72,171); }
td.TdClassName
{
border-color: #5248AB;
}
.TagClassName
{
border-color: #5248AB;
}
</style>