Shades of Rich Blue #5253AA
Tints of Rich Blue #5253AA
RGB
CMYK
RGB Variations
Color information
#5253AA (or 0x5253AA) is known color: Rich Blue. HEX triplet: 52, 53 and AA. RGB value is (82,83,170). Sum of RGB (Red+Green+Blue) = 82+83+170=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5253AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5253AA is #ADAC55. Grayscale: #5C5C5C. Windows color (decimal): -11381846 or 11162450. OLE color: 11162450.
HSL color Cylindrical-coordinate representation of color #5253AA: hue angle of 239.32º 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 #5253AA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 83 | 170 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.33 |
| HSL | 239.32º | 0.35% | 0.49% | - |
| HSV(B) | 239.32º | 0.52% | 0.67% | - |
| XYZ | 13.83 | 10.88 | 39.4 | - |
| YUV | 92.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 170 | 0.52 | 0.51 | 0 | 0.33 | 239.32 | 0.35 | 0.49 |
| Hex | 52 | 53 | AA | 34 | 33 | 0 | 21 | EF | 23 | 31 |
| Octal | 122 | 123 | 252 | 64 | 63 | 0 | 41 | 357 | 43 | 61 |
| Binary | 1010010 | 1010011 | 10101010 | 110100 | 110011 | 0 | 100001 | 11101111 | 100011 | 110001 |
Color Harmonies of #5253AA
Complementary color
Monochromatic Colors of #5253AA
Black with #5253AA
Text Example
Text Example
White with #5253AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5253AA; }
p { color: rgb(82,83,170); }
H1.HeaderClassName
{
color: #5253AA;
}
.AnyTagClassName
{
color: #5253AA;
}
</style>
background-color css
<style>
a { background-color: #5253AA; }
a { background-color: rgb(82,83,170); }
div.DivClassName
{
background-color: #5253AA;
}
.BgClassName
{
background-color: #5253AA;
}
</style>
border-color css
<style>
span { border-color: #5253AA; }
span { border-color: rgb(82,83,170); }
td.TdClassName
{
border-color: #5253AA;
}
.TagClassName
{
border-color: #5253AA;
}
</style>