Shades of Havelock Blue #5086BB
Tints of Havelock Blue #5086BB
RGB
CMYK
RGB Variations
Color information
#5086BB (or 0x5086BB) is known color: Havelock Blue. HEX triplet: 50, 86 and BB. RGB value is (80,134,187). Sum of RGB (Red+Green+Blue) = 80+134+187=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #5086BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5086BB is #AF7944. Grayscale: #7B7B7B. Windows color (decimal): -11499845 or 12289616. OLE color: 12289616.
HSL color Cylindrical-coordinate representation of color #5086BB: hue angle of 209.72º 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 #5086BB is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 134 | 187 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.27 |
| HSL | 209.72º | 0.44% | 0.52% | - |
| HSV(B) | 209.72º | 0.57% | 0.73% | - |
| XYZ | 20.8 | 22.34 | 50.23 | - |
| YUV | 123.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 187 | 0.57 | 0.28 | 0 | 0.27 | 209.72 | 0.44 | 0.52 |
| Hex | 50 | 86 | BB | 39 | 1C | 0 | 1B | D2 | 2C | 34 |
| Octal | 120 | 206 | 273 | 71 | 34 | 0 | 33 | 322 | 54 | 64 |
| Binary | 1010000 | 10000110 | 10111011 | 111001 | 11100 | 0 | 11011 | 11010010 | 101100 | 110100 |
Color Harmonies of #5086BB
Complementary color
Monochromatic Colors of #5086BB
Black with #5086BB
Text Example
Text Example
White with #5086BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5086BB; }
p { color: rgb(80,134,187); }
H1.HeaderClassName
{
color: #5086BB;
}
.AnyTagClassName
{
color: #5086BB;
}
</style>
background-color css
<style>
a { background-color: #5086BB; }
a { background-color: rgb(80,134,187); }
div.DivClassName
{
background-color: #5086BB;
}
.BgClassName
{
background-color: #5086BB;
}
</style>
border-color css
<style>
span { border-color: #5086BB; }
span { border-color: rgb(80,134,187); }
td.TdClassName
{
border-color: #5086BB;
}
.TagClassName
{
border-color: #5086BB;
}
</style>