Shades of Rich Blue #5254AA
Tints of Rich Blue #5254AA
RGB
CMYK
RGB Variations
Color information
#5254AA (or 0x5254AA) is known color: Rich Blue. HEX triplet: 52, 54 and AA. RGB value is (82,84,170). Sum of RGB (Red+Green+Blue) = 82+84+170=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #5254AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5254AA is #ADAB55. Grayscale: #5C5C5C. Windows color (decimal): -11381590 or 11162706. OLE color: 11162706.
HSL color Cylindrical-coordinate representation of color #5254AA: hue angle of 238.64º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5254AA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 84 | 170 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.33 |
| HSL | 238.64º | 0.35% | 0.49% | - |
| HSV(B) | 238.64º | 0.52% | 0.67% | - |
| XYZ | 13.91 | 11.04 | 39.43 | - |
| YUV | 93.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 170 | 0.52 | 0.51 | 0 | 0.33 | 238.64 | 0.35 | 0.49 |
| Hex | 52 | 54 | AA | 34 | 33 | 0 | 21 | EF | 23 | 31 |
| Octal | 122 | 124 | 252 | 64 | 63 | 0 | 41 | 357 | 43 | 61 |
| Binary | 1010010 | 1010100 | 10101010 | 110100 | 110011 | 0 | 100001 | 11101111 | 100011 | 110001 |
Color Harmonies of #5254AA
Complementary color
Monochromatic Colors of #5254AA
Black with #5254AA
Text Example
Text Example
White with #5254AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5254AA; }
p { color: rgb(82,84,170); }
H1.HeaderClassName
{
color: #5254AA;
}
.AnyTagClassName
{
color: #5254AA;
}
</style>
background-color css
<style>
a { background-color: #5254AA; }
a { background-color: rgb(82,84,170); }
div.DivClassName
{
background-color: #5254AA;
}
.BgClassName
{
background-color: #5254AA;
}
</style>
border-color css
<style>
span { border-color: #5254AA; }
span { border-color: rgb(82,84,170); }
td.TdClassName
{
border-color: #5254AA;
}
.TagClassName
{
border-color: #5254AA;
}
</style>