Shades of Rich Blue #5051AE
Tints of Rich Blue #5051AE
RGB
CMYK
RGB Variations
Color information
#5051AE (or 0x5051AE) is known color: Rich Blue. HEX triplet: 50, 51 and AE. RGB value is (80,81,174). Sum of RGB (Red+Green+Blue) = 80+81+174=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #5051AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5051AE is #AFAE51. Grayscale: #5A5A5A. Windows color (decimal): -11513426 or 11424080. OLE color: 11424080.
HSL color Cylindrical-coordinate representation of color #5051AE: hue angle of 239.36º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5051AE is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 81 | 174 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.32 |
| HSL | 239.36º | 0.37% | 0.5% | - |
| HSV(B) | 239.36º | 0.54% | 0.68% | - |
| XYZ | 13.89 | 10.65 | 41.37 | - |
| YUV | 91.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 174 | 0.54 | 0.53 | 0 | 0.32 | 239.36 | 0.37 | 0.5 |
| Hex | 50 | 51 | AE | 36 | 35 | 0 | 20 | EF | 25 | 32 |
| Octal | 120 | 121 | 256 | 66 | 65 | 0 | 40 | 357 | 45 | 62 |
| Binary | 1010000 | 1010001 | 10101110 | 110110 | 110101 | 0 | 100000 | 11101111 | 100101 | 110010 |
Color Harmonies of #5051AE
Complementary color
Monochromatic Colors of #5051AE
Black with #5051AE
Text Example
Text Example
White with #5051AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5051AE; }
p { color: rgb(80,81,174); }
H1.HeaderClassName
{
color: #5051AE;
}
.AnyTagClassName
{
color: #5051AE;
}
</style>
background-color css
<style>
a { background-color: #5051AE; }
a { background-color: rgb(80,81,174); }
div.DivClassName
{
background-color: #5051AE;
}
.BgClassName
{
background-color: #5051AE;
}
</style>
border-color css
<style>
span { border-color: #5051AE; }
span { border-color: rgb(80,81,174); }
td.TdClassName
{
border-color: #5051AE;
}
.TagClassName
{
border-color: #5051AE;
}
</style>