Shades of Havelock Blue #5088BC
Tints of Havelock Blue #5088BC
RGB
CMYK
RGB Variations
Color information
#5088BC (or 0x5088BC) is known color: Havelock Blue. HEX triplet: 50, 88 and BC. RGB value is (80,136,188). Sum of RGB (Red+Green+Blue) = 80+136+188=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #5088BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088BC is #AF7743. Grayscale: #7C7C7C. Windows color (decimal): -11499332 or 12355664. OLE color: 12355664.
HSL color Cylindrical-coordinate representation of color #5088BC: hue angle of 208.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5088BC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 136 | 188 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.26 |
| HSL | 208.89º | 0.45% | 0.53% | - |
| HSV(B) | 208.89º | 0.57% | 0.74% | - |
| XYZ | 21.19 | 22.94 | 50.89 | - |
| YUV | 125.18 | 163.45 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 188 | 0.57 | 0.28 | 0 | 0.26 | 208.89 | 0.45 | 0.53 |
| Hex | 50 | 88 | BC | 39 | 1C | 0 | 1A | D1 | 2D | 35 |
| Octal | 120 | 210 | 274 | 71 | 34 | 0 | 32 | 321 | 55 | 65 |
| Binary | 1010000 | 10001000 | 10111100 | 111001 | 11100 | 0 | 11010 | 11010001 | 101101 | 110101 |
Color Harmonies of #5088BC
Complementary color
Monochromatic Colors of #5088BC
Black with #5088BC
Text Example
Text Example
White with #5088BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5088BC; }
p { color: rgb(80,136,188); }
H1.HeaderClassName
{
color: #5088BC;
}
.AnyTagClassName
{
color: #5088BC;
}
</style>
background-color css
<style>
a { background-color: #5088BC; }
a { background-color: rgb(80,136,188); }
div.DivClassName
{
background-color: #5088BC;
}
.BgClassName
{
background-color: #5088BC;
}
</style>
border-color css
<style>
span { border-color: #5088BC; }
span { border-color: rgb(80,136,188); }
td.TdClassName
{
border-color: #5088BC;
}
.TagClassName
{
border-color: #5088BC;
}
</style>