Shades of Rich Blue #5051BB
Tints of Rich Blue #5051BB
RGB
CMYK
RGB Variations
Color information
#5051BB (or 0x5051BB) is known color: Rich Blue. HEX triplet: 50, 51 and BB. RGB value is (80,81,187). Sum of RGB (Red+Green+Blue) = 80+81+187=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #5051BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5051BB is #AFAE44. Grayscale: #5C5C5C. Windows color (decimal): -11513413 or 12276048. OLE color: 12276048.
HSL color Cylindrical-coordinate representation of color #5051BB: hue angle of 239.44º degrees, saturation: 0.44, 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 #5051BB is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 81 | 187 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.27 |
| HSL | 239.44º | 0.44% | 0.52% | - |
| HSV(B) | 239.44º | 0.57% | 0.73% | - |
| XYZ | 15.22 | 11.18 | 48.37 | - |
| YUV | 92.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 187 | 0.57 | 0.57 | 0 | 0.27 | 239.44 | 0.44 | 0.52 |
| Hex | 50 | 51 | BB | 39 | 39 | 0 | 1B | EF | 2C | 34 |
| Octal | 120 | 121 | 273 | 71 | 71 | 0 | 33 | 357 | 54 | 64 |
| Binary | 1010000 | 1010001 | 10111011 | 111001 | 111001 | 0 | 11011 | 11101111 | 101100 | 110100 |
Color Harmonies of #5051BB
Complementary color
Monochromatic Colors of #5051BB
Black with #5051BB
Text Example
Text Example
White with #5051BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5051BB; }
p { color: rgb(80,81,187); }
H1.HeaderClassName
{
color: #5051BB;
}
.AnyTagClassName
{
color: #5051BB;
}
</style>
background-color css
<style>
a { background-color: #5051BB; }
a { background-color: rgb(80,81,187); }
div.DivClassName
{
background-color: #5051BB;
}
.BgClassName
{
background-color: #5051BB;
}
</style>
border-color css
<style>
span { border-color: #5051BB; }
span { border-color: rgb(80,81,187); }
td.TdClassName
{
border-color: #5051BB;
}
.TagClassName
{
border-color: #5051BB;
}
</style>