Shades of Rich Blue #5041C0
Tints of Rich Blue #5041C0
RGB
CMYK
RGB Variations
Color information
#5041C0 (or 0x5041C0) is known color: Rich Blue. HEX triplet: 50, 41 and C0. RGB value is (80,65,192). Sum of RGB (Red+Green+Blue) = 80+65+192=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #5041C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041C0 is #AFBE3F. Grayscale: #535353. Windows color (decimal): -11517504 or 12599632. OLE color: 12599632.
HSL color Cylindrical-coordinate representation of color #5041C0: hue angle of 247.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5041C0 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 65 | 192 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.25 |
| HSL | 247.09º | 0.5% | 0.5% | - |
| HSV(B) | 247.09º | 0.66% | 0.75% | - |
| XYZ | 14.71 | 9.29 | 50.89 | - |
| YUV | 83.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 192 | 0.58 | 0.66 | 0 | 0.25 | 247.09 | 0.5 | 0.5 |
| Hex | 50 | 41 | C0 | 3A | 42 | 0 | 19 | F7 | 32 | 32 |
| Octal | 120 | 101 | 300 | 72 | 102 | 0 | 31 | 367 | 62 | 62 |
| Binary | 1010000 | 1000001 | 11000000 | 111010 | 1000010 | 0 | 11001 | 11110111 | 110010 | 110010 |
Color Harmonies of #5041C0
Complementary color
Monochromatic Colors of #5041C0
Black with #5041C0
Text Example
Text Example
White with #5041C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5041C0; }
p { color: rgb(80,65,192); }
H1.HeaderClassName
{
color: #5041C0;
}
.AnyTagClassName
{
color: #5041C0;
}
</style>
background-color css
<style>
a { background-color: #5041C0; }
a { background-color: rgb(80,65,192); }
div.DivClassName
{
background-color: #5041C0;
}
.BgClassName
{
background-color: #5041C0;
}
</style>
border-color css
<style>
span { border-color: #5041C0; }
span { border-color: rgb(80,65,192); }
td.TdClassName
{
border-color: #5041C0;
}
.TagClassName
{
border-color: #5041C0;
}
</style>