Shades of Havelock Blue #5086D0
Tints of Havelock Blue #5086D0
RGB
CMYK
RGB Variations
Color information
#5086D0 (or 0x5086D0) is known color: Havelock Blue. HEX triplet: 50, 86 and D0. RGB value is (80,134,208). Sum of RGB (Red+Green+Blue) = 80+134+208=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #5086D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5086D0 is #AF792F. Grayscale: #7D7D7D. Windows color (decimal): -11499824 or 13665872. OLE color: 13665872.
HSL color Cylindrical-coordinate representation of color #5086D0: hue angle of 214.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5086D0 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 134 | 208 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.18 |
| HSL | 214.69º | 0.58% | 0.56% | - |
| HSV(B) | 214.69º | 0.62% | 0.82% | - |
| XYZ | 23.22 | 23.31 | 62.95 | - |
| YUV | 126.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 208 | 0.62 | 0.36 | 0 | 0.18 | 214.69 | 0.58 | 0.56 |
| Hex | 50 | 86 | D0 | 3E | 24 | 0 | 12 | D7 | 3A | 38 |
| Octal | 120 | 206 | 320 | 76 | 44 | 0 | 22 | 327 | 72 | 70 |
| Binary | 1010000 | 10000110 | 11010000 | 111110 | 100100 | 0 | 10010 | 11010111 | 111010 | 111000 |
Color Harmonies of #5086D0
Complementary color
Monochromatic Colors of #5086D0
Black with #5086D0
Text Example
Text Example
White with #5086D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5086D0; }
p { color: rgb(80,134,208); }
H1.HeaderClassName
{
color: #5086D0;
}
.AnyTagClassName
{
color: #5086D0;
}
</style>
background-color css
<style>
a { background-color: #5086D0; }
a { background-color: rgb(80,134,208); }
div.DivClassName
{
background-color: #5086D0;
}
.BgClassName
{
background-color: #5086D0;
}
</style>
border-color css
<style>
span { border-color: #5086D0; }
span { border-color: rgb(80,134,208); }
td.TdClassName
{
border-color: #5086D0;
}
.TagClassName
{
border-color: #5086D0;
}
</style>