Shades of Havelock Blue #5087BE
Tints of Havelock Blue #5087BE
RGB
CMYK
RGB Variations
Color information
#5087BE (or 0x5087BE) is known color: Havelock Blue. HEX triplet: 50, 87 and BE. RGB value is (80,135,190). Sum of RGB (Red+Green+Blue) = 80+135+190=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5087BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087BE is #AF7841. Grayscale: #7C7C7C. Windows color (decimal): -11499586 or 12486480. OLE color: 12486480.
HSL color Cylindrical-coordinate representation of color #5087BE: hue angle of 210º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5087BE is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 135 | 190 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.25 |
| HSL | 210º | 0.46% | 0.53% | - |
| HSV(B) | 210º | 0.58% | 0.75% | - |
| XYZ | 21.27 | 22.75 | 51.99 | - |
| YUV | 124.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 190 | 0.58 | 0.29 | 0 | 0.25 | 210 | 0.46 | 0.53 |
| Hex | 50 | 87 | BE | 3A | 1D | 0 | 19 | D2 | 2E | 35 |
| Octal | 120 | 207 | 276 | 72 | 35 | 0 | 31 | 322 | 56 | 65 |
| Binary | 1010000 | 10000111 | 10111110 | 111010 | 11101 | 0 | 11001 | 11010010 | 101110 | 110101 |
Color Harmonies of #5087BE
Complementary color
Monochromatic Colors of #5087BE
Black with #5087BE
Text Example
Text Example
White with #5087BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087BE; }
p { color: rgb(80,135,190); }
H1.HeaderClassName
{
color: #5087BE;
}
.AnyTagClassName
{
color: #5087BE;
}
</style>
background-color css
<style>
a { background-color: #5087BE; }
a { background-color: rgb(80,135,190); }
div.DivClassName
{
background-color: #5087BE;
}
.BgClassName
{
background-color: #5087BE;
}
</style>
border-color css
<style>
span { border-color: #5087BE; }
span { border-color: rgb(80,135,190); }
td.TdClassName
{
border-color: #5087BE;
}
.TagClassName
{
border-color: #5087BE;
}
</style>