Shades of Rich Blue #5251AA
Tints of Rich Blue #5251AA
RGB
CMYK
RGB Variations
Color information
#5251AA (or 0x5251AA) is known color: Rich Blue. HEX triplet: 52, 51 and AA. RGB value is (82,81,170). Sum of RGB (Red+Green+Blue) = 82+81+170=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #5251AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5251AA is #ADAE55. Grayscale: #5B5B5B. Windows color (decimal): -11382358 or 11161938. OLE color: 11161938.
HSL color Cylindrical-coordinate representation of color #5251AA: hue angle of 240.67º 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 #5251AA is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 81 | 170 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.33 |
| HSL | 240.67º | 0.35% | 0.49% | - |
| HSV(B) | 240.67º | 0.52% | 0.67% | - |
| XYZ | 13.68 | 10.58 | 39.35 | - |
| YUV | 91.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 170 | 0.52 | 0.52 | 0 | 0.33 | 240.67 | 0.35 | 0.49 |
| Hex | 52 | 51 | AA | 34 | 34 | 0 | 21 | F1 | 23 | 31 |
| Octal | 122 | 121 | 252 | 64 | 64 | 0 | 41 | 361 | 43 | 61 |
| Binary | 1010010 | 1010001 | 10101010 | 110100 | 110100 | 0 | 100001 | 11110001 | 100011 | 110001 |
Color Harmonies of #5251AA
Complementary color
Monochromatic Colors of #5251AA
Black with #5251AA
Text Example
Text Example
White with #5251AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5251AA; }
p { color: rgb(82,81,170); }
H1.HeaderClassName
{
color: #5251AA;
}
.AnyTagClassName
{
color: #5251AA;
}
</style>
background-color css
<style>
a { background-color: #5251AA; }
a { background-color: rgb(82,81,170); }
div.DivClassName
{
background-color: #5251AA;
}
.BgClassName
{
background-color: #5251AA;
}
</style>
border-color css
<style>
span { border-color: #5251AA; }
span { border-color: rgb(82,81,170); }
td.TdClassName
{
border-color: #5251AA;
}
.TagClassName
{
border-color: #5251AA;
}
</style>