Shades of Rich Blue #5051AA
Tints of Rich Blue #5051AA
RGB
CMYK
RGB Variations
Color information
#5051AA (or 0x5051AA) is known color: Rich Blue. HEX triplet: 50, 51 and AA. RGB value is (80,81,170). Sum of RGB (Red+Green+Blue) = 80+81+170=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #5051AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5051AA is #AFAE55. Grayscale: #5A5A5A. Windows color (decimal): -11513430 or 11161936. OLE color: 11161936.
HSL color Cylindrical-coordinate representation of color #5051AA: hue angle of 239.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5051AA is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 81 | 170 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.33 |
| HSL | 239.33º | 0.36% | 0.49% | - |
| HSV(B) | 239.33º | 0.53% | 0.67% | - |
| XYZ | 13.51 | 10.49 | 39.34 | - |
| YUV | 90.85 | 172.67 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 170 | 0.53 | 0.52 | 0 | 0.33 | 239.33 | 0.36 | 0.49 |
| Hex | 50 | 51 | AA | 35 | 34 | 0 | 21 | EF | 24 | 31 |
| Octal | 120 | 121 | 252 | 65 | 64 | 0 | 41 | 357 | 44 | 61 |
| Binary | 1010000 | 1010001 | 10101010 | 110101 | 110100 | 0 | 100001 | 11101111 | 100100 | 110001 |
Color Harmonies of #5051AA
Complementary color
Monochromatic Colors of #5051AA
Black with #5051AA
Text Example
Text Example
White with #5051AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5051AA; }
p { color: rgb(80,81,170); }
H1.HeaderClassName
{
color: #5051AA;
}
.AnyTagClassName
{
color: #5051AA;
}
</style>
background-color css
<style>
a { background-color: #5051AA; }
a { background-color: rgb(80,81,170); }
div.DivClassName
{
background-color: #5051AA;
}
.BgClassName
{
background-color: #5051AA;
}
</style>
border-color css
<style>
span { border-color: #5051AA; }
span { border-color: rgb(80,81,170); }
td.TdClassName
{
border-color: #5051AA;
}
.TagClassName
{
border-color: #5051AA;
}
</style>