Shades of Rich Blue #5056BB
Tints of Rich Blue #5056BB
RGB
CMYK
RGB Variations
Color information
#5056BB (or 0x5056BB) is known color: Rich Blue. HEX triplet: 50, 56 and BB. RGB value is (80,86,187). Sum of RGB (Red+Green+Blue) = 80+86+187=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #5056BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5056BB is #AFA944. Grayscale: #5F5F5F. Windows color (decimal): -11512133 or 12277328. OLE color: 12277328.
HSL color Cylindrical-coordinate representation of color #5056BB: hue angle of 236.64º 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 #5056BB is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 86 | 187 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.27 |
| HSL | 236.64º | 0.44% | 0.52% | - |
| HSV(B) | 236.64º | 0.57% | 0.73% | - |
| XYZ | 15.61 | 11.95 | 48.5 | - |
| YUV | 95.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 187 | 0.57 | 0.54 | 0 | 0.27 | 236.64 | 0.44 | 0.52 |
| Hex | 50 | 56 | BB | 39 | 36 | 0 | 1B | ED | 2C | 34 |
| Octal | 120 | 126 | 273 | 71 | 66 | 0 | 33 | 355 | 54 | 64 |
| Binary | 1010000 | 1010110 | 10111011 | 111001 | 110110 | 0 | 11011 | 11101101 | 101100 | 110100 |
Color Harmonies of #5056BB
Complementary color
Monochromatic Colors of #5056BB
Black with #5056BB
Text Example
Text Example
White with #5056BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5056BB; }
p { color: rgb(80,86,187); }
H1.HeaderClassName
{
color: #5056BB;
}
.AnyTagClassName
{
color: #5056BB;
}
</style>
background-color css
<style>
a { background-color: #5056BB; }
a { background-color: rgb(80,86,187); }
div.DivClassName
{
background-color: #5056BB;
}
.BgClassName
{
background-color: #5056BB;
}
</style>
border-color css
<style>
span { border-color: #5056BB; }
span { border-color: rgb(80,86,187); }
td.TdClassName
{
border-color: #5056BB;
}
.TagClassName
{
border-color: #5056BB;
}
</style>