Shades of Rich Blue #5042A9
Tints of Rich Blue #5042A9
RGB
CMYK
RGB Variations
Color information
#5042A9 (or 0x5042A9) is known color: Rich Blue. HEX triplet: 50, 42 and A9. RGB value is (80,66,169). Sum of RGB (Red+Green+Blue) = 80+66+169=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #5042A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5042A9 is #AFBD56. Grayscale: #515151. Windows color (decimal): -11517271 or 11092560. OLE color: 11092560.
HSL color Cylindrical-coordinate representation of color #5042A9: hue angle of 248.16º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5042A9 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 66 | 169 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.34 |
| HSL | 248.16º | 0.44% | 0.46% | - |
| HSV(B) | 248.16º | 0.61% | 0.66% | - |
| XYZ | 12.42 | 8.47 | 38.52 | - |
| YUV | 81.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 169 | 0.53 | 0.61 | 0 | 0.34 | 248.16 | 0.44 | 0.46 |
| Hex | 50 | 42 | A9 | 35 | 3D | 0 | 22 | F8 | 2C | 2E |
| Octal | 120 | 102 | 251 | 65 | 75 | 0 | 42 | 370 | 54 | 56 |
| Binary | 1010000 | 1000010 | 10101001 | 110101 | 111101 | 0 | 100010 | 11111000 | 101100 | 101110 |
Color Harmonies of #5042A9
Complementary color
Monochromatic Colors of #5042A9
Black with #5042A9
Text Example
Text Example
White with #5042A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5042A9; }
p { color: rgb(80,66,169); }
H1.HeaderClassName
{
color: #5042A9;
}
.AnyTagClassName
{
color: #5042A9;
}
</style>
background-color css
<style>
a { background-color: #5042A9; }
a { background-color: rgb(80,66,169); }
div.DivClassName
{
background-color: #5042A9;
}
.BgClassName
{
background-color: #5042A9;
}
</style>
border-color css
<style>
span { border-color: #5042A9; }
span { border-color: rgb(80,66,169); }
td.TdClassName
{
border-color: #5042A9;
}
.TagClassName
{
border-color: #5042A9;
}
</style>