Shades of Rich Blue #5047AE
Tints of Rich Blue #5047AE
RGB
CMYK
RGB Variations
Color information
#5047AE (or 0x5047AE) is known color: Rich Blue. HEX triplet: 50, 47 and AE. RGB value is (80,71,174). Sum of RGB (Red+Green+Blue) = 80+71+174=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #5047AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5047AE is #AFB851. Grayscale: #555555. Windows color (decimal): -11515986 or 11421520. OLE color: 11421520.
HSL color Cylindrical-coordinate representation of color #5047AE: hue angle of 245.24º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5047AE is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 71 | 174 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.32 |
| HSL | 245.24º | 0.42% | 0.48% | - |
| HSV(B) | 245.24º | 0.59% | 0.68% | - |
| XYZ | 13.2 | 9.27 | 41.14 | - |
| YUV | 85.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 174 | 0.54 | 0.59 | 0 | 0.32 | 245.24 | 0.42 | 0.48 |
| Hex | 50 | 47 | AE | 36 | 3B | 0 | 20 | F5 | 2A | 30 |
| Octal | 120 | 107 | 256 | 66 | 73 | 0 | 40 | 365 | 52 | 60 |
| Binary | 1010000 | 1000111 | 10101110 | 110110 | 111011 | 0 | 100000 | 11110101 | 101010 | 110000 |
Color Harmonies of #5047AE
Complementary color
Monochromatic Colors of #5047AE
Black with #5047AE
Text Example
Text Example
White with #5047AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5047AE; }
p { color: rgb(80,71,174); }
H1.HeaderClassName
{
color: #5047AE;
}
.AnyTagClassName
{
color: #5047AE;
}
</style>
background-color css
<style>
a { background-color: #5047AE; }
a { background-color: rgb(80,71,174); }
div.DivClassName
{
background-color: #5047AE;
}
.BgClassName
{
background-color: #5047AE;
}
</style>
border-color css
<style>
span { border-color: #5047AE; }
span { border-color: rgb(80,71,174); }
td.TdClassName
{
border-color: #5047AE;
}
.TagClassName
{
border-color: #5047AE;
}
</style>