Shades of Rich Blue #5254AB
Tints of Rich Blue #5254AB
RGB
CMYK
RGB Variations
Color information
#5254AB (or 0x5254AB) is known color: Rich Blue. HEX triplet: 52, 54 and AB. RGB value is (82,84,171). Sum of RGB (Red+Green+Blue) = 82+84+171=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #5254AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5254AB is #ADAB54. Grayscale: #5C5C5C. Windows color (decimal): -11381589 or 11228242. OLE color: 11228242.
HSL color Cylindrical-coordinate representation of color #5254AB: hue angle of 238.65º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5254AB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 84 | 171 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.33 |
| HSL | 238.65º | 0.35% | 0.5% | - |
| HSV(B) | 238.65º | 0.52% | 0.67% | - |
| XYZ | 14 | 11.07 | 39.93 | - |
| YUV | 93.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 171 | 0.52 | 0.51 | 0 | 0.33 | 238.65 | 0.35 | 0.5 |
| Hex | 52 | 54 | AB | 34 | 33 | 0 | 21 | EF | 23 | 32 |
| Octal | 122 | 124 | 253 | 64 | 63 | 0 | 41 | 357 | 43 | 62 |
| Binary | 1010010 | 1010100 | 10101011 | 110100 | 110011 | 0 | 100001 | 11101111 | 100011 | 110010 |
Color Harmonies of #5254AB
Complementary color
Monochromatic Colors of #5254AB
Black with #5254AB
Text Example
Text Example
White with #5254AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5254AB; }
p { color: rgb(82,84,171); }
H1.HeaderClassName
{
color: #5254AB;
}
.AnyTagClassName
{
color: #5254AB;
}
</style>
background-color css
<style>
a { background-color: #5254AB; }
a { background-color: rgb(82,84,171); }
div.DivClassName
{
background-color: #5254AB;
}
.BgClassName
{
background-color: #5254AB;
}
</style>
border-color css
<style>
span { border-color: #5254AB; }
span { border-color: rgb(82,84,171); }
td.TdClassName
{
border-color: #5254AB;
}
.TagClassName
{
border-color: #5254AB;
}
</style>