Shades of Rich Blue #5040BB
Tints of Rich Blue #5040BB
RGB
CMYK
RGB Variations
Color information
#5040BB (or 0x5040BB) is known color: Rich Blue. HEX triplet: 50, 40 and BB. RGB value is (80,64,187). Sum of RGB (Red+Green+Blue) = 80+64+187=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #5040BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040BB is #AFBF44. Grayscale: #525252. Windows color (decimal): -11517765 or 12271696. OLE color: 12271696.
HSL color Cylindrical-coordinate representation of color #5040BB: hue angle of 247.8º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5040BB is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 64 | 187 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.27 |
| HSL | 247.8º | 0.49% | 0.49% | - |
| HSV(B) | 247.8º | 0.66% | 0.73% | - |
| XYZ | 14.11 | 8.96 | 48 | - |
| YUV | 82.81 | 186.8 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 187 | 0.57 | 0.66 | 0 | 0.27 | 247.8 | 0.49 | 0.49 |
| Hex | 50 | 40 | BB | 39 | 42 | 0 | 1B | F8 | 31 | 31 |
| Octal | 120 | 100 | 273 | 71 | 102 | 0 | 33 | 370 | 61 | 61 |
| Binary | 1010000 | 1000000 | 10111011 | 111001 | 1000010 | 0 | 11011 | 11111000 | 110001 | 110001 |
Color Harmonies of #5040BB
Complementary color
Monochromatic Colors of #5040BB
Black with #5040BB
Text Example
Text Example
White with #5040BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5040BB; }
p { color: rgb(80,64,187); }
H1.HeaderClassName
{
color: #5040BB;
}
.AnyTagClassName
{
color: #5040BB;
}
</style>
background-color css
<style>
a { background-color: #5040BB; }
a { background-color: rgb(80,64,187); }
div.DivClassName
{
background-color: #5040BB;
}
.BgClassName
{
background-color: #5040BB;
}
</style>
border-color css
<style>
span { border-color: #5040BB; }
span { border-color: rgb(80,64,187); }
td.TdClassName
{
border-color: #5040BB;
}
.TagClassName
{
border-color: #5040BB;
}
</style>