Shades of Rich Blue #5054BA
Tints of Rich Blue #5054BA
RGB
CMYK
RGB Variations
Color information
#5054BA (or 0x5054BA) is known color: Rich Blue. HEX triplet: 50, 54 and BA. RGB value is (80,84,186). Sum of RGB (Red+Green+Blue) = 80+84+186=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #5054BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5054BA is #AFAB45. Grayscale: #5E5E5E. Windows color (decimal): -11512646 or 12211280. OLE color: 12211280.
HSL color Cylindrical-coordinate representation of color #5054BA: hue angle of 237.74º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5054BA is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 84 | 186 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.27 |
| HSL | 237.74º | 0.43% | 0.52% | - |
| HSV(B) | 237.74º | 0.57% | 0.73% | - |
| XYZ | 15.34 | 11.59 | 47.88 | - |
| YUV | 94.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 186 | 0.57 | 0.55 | 0 | 0.27 | 237.74 | 0.43 | 0.52 |
| Hex | 50 | 54 | BA | 39 | 37 | 0 | 1B | EE | 2B | 34 |
| Octal | 120 | 124 | 272 | 71 | 67 | 0 | 33 | 356 | 53 | 64 |
| Binary | 1010000 | 1010100 | 10111010 | 111001 | 110111 | 0 | 11011 | 11101110 | 101011 | 110100 |
Color Harmonies of #5054BA
Complementary color
Monochromatic Colors of #5054BA
Black with #5054BA
Text Example
Text Example
White with #5054BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5054BA; }
p { color: rgb(80,84,186); }
H1.HeaderClassName
{
color: #5054BA;
}
.AnyTagClassName
{
color: #5054BA;
}
</style>
background-color css
<style>
a { background-color: #5054BA; }
a { background-color: rgb(80,84,186); }
div.DivClassName
{
background-color: #5054BA;
}
.BgClassName
{
background-color: #5054BA;
}
</style>
border-color css
<style>
span { border-color: #5054BA; }
span { border-color: rgb(80,84,186); }
td.TdClassName
{
border-color: #5054BA;
}
.TagClassName
{
border-color: #5054BA;
}
</style>