Shades of Rich Blue #5042BA
Tints of Rich Blue #5042BA
RGB
CMYK
RGB Variations
Color information
#5042BA (or 0x5042BA) is known color: Rich Blue. HEX triplet: 50, 42 and BA. RGB value is (80,66,186). Sum of RGB (Red+Green+Blue) = 80+66+186=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #5042BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5042BA is #AFBD45. Grayscale: #535353. Windows color (decimal): -11517254 or 12206672. OLE color: 12206672.
HSL color Cylindrical-coordinate representation of color #5042BA: hue angle of 247º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5042BA is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 66 | 186 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.27 |
| HSL | 247º | 0.48% | 0.49% | - |
| HSV(B) | 247º | 0.65% | 0.73% | - |
| XYZ | 14.12 | 9.15 | 47.48 | - |
| YUV | 83.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 186 | 0.57 | 0.65 | 0 | 0.27 | 247 | 0.48 | 0.49 |
| Hex | 50 | 42 | BA | 39 | 41 | 0 | 1B | F7 | 30 | 31 |
| Octal | 120 | 102 | 272 | 71 | 101 | 0 | 33 | 367 | 60 | 61 |
| Binary | 1010000 | 1000010 | 10111010 | 111001 | 1000001 | 0 | 11011 | 11110111 | 110000 | 110001 |
Color Harmonies of #5042BA
Complementary color
Monochromatic Colors of #5042BA
Black with #5042BA
Text Example
Text Example
White with #5042BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5042BA; }
p { color: rgb(80,66,186); }
H1.HeaderClassName
{
color: #5042BA;
}
.AnyTagClassName
{
color: #5042BA;
}
</style>
background-color css
<style>
a { background-color: #5042BA; }
a { background-color: rgb(80,66,186); }
div.DivClassName
{
background-color: #5042BA;
}
.BgClassName
{
background-color: #5042BA;
}
</style>
border-color css
<style>
span { border-color: #5042BA; }
span { border-color: rgb(80,66,186); }
td.TdClassName
{
border-color: #5042BA;
}
.TagClassName
{
border-color: #5042BA;
}
</style>