Shades of Rich Blue #5040C0
Tints of Rich Blue #5040C0
RGB
CMYK
RGB Variations
Color information
#5040C0 (or 0x5040C0) is known color: Rich Blue. HEX triplet: 50, 40 and C0. RGB value is (80,64,192). Sum of RGB (Red+Green+Blue) = 80+64+192=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #5040C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040C0 is #AFBF3F. Grayscale: #525252. Windows color (decimal): -11517760 or 12599376. OLE color: 12599376.
HSL color Cylindrical-coordinate representation of color #5040C0: hue angle of 247.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5040C0 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 64 | 192 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.25 |
| HSL | 247.5º | 0.5% | 0.5% | - |
| HSV(B) | 247.5º | 0.67% | 0.75% | - |
| XYZ | 14.66 | 9.18 | 50.87 | - |
| YUV | 83.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 192 | 0.58 | 0.67 | 0 | 0.25 | 247.5 | 0.5 | 0.5 |
| Hex | 50 | 40 | C0 | 3A | 43 | 0 | 19 | F8 | 32 | 32 |
| Octal | 120 | 100 | 300 | 72 | 103 | 0 | 31 | 370 | 62 | 62 |
| Binary | 1010000 | 1000000 | 11000000 | 111010 | 1000011 | 0 | 11001 | 11111000 | 110010 | 110010 |
Color Harmonies of #5040C0
Complementary color
Monochromatic Colors of #5040C0
Black with #5040C0
Text Example
Text Example
White with #5040C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5040C0; }
p { color: rgb(80,64,192); }
H1.HeaderClassName
{
color: #5040C0;
}
.AnyTagClassName
{
color: #5040C0;
}
</style>
background-color css
<style>
a { background-color: #5040C0; }
a { background-color: rgb(80,64,192); }
div.DivClassName
{
background-color: #5040C0;
}
.BgClassName
{
background-color: #5040C0;
}
</style>
border-color css
<style>
span { border-color: #5040C0; }
span { border-color: rgb(80,64,192); }
td.TdClassName
{
border-color: #5040C0;
}
.TagClassName
{
border-color: #5040C0;
}
</style>