Shades of Havelock Blue #5587BE
Tints of Havelock Blue #5587BE
RGB
CMYK
RGB Variations
Color information
#5587BE (or 0x5587BE) is known color: Havelock Blue. HEX triplet: 55, 87 and BE. RGB value is (85,135,190). Sum of RGB (Red+Green+Blue) = 85+135+190=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #5587BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5587BE is #AA7841. Grayscale: #7E7E7E. Windows color (decimal): -11171906 or 12486485. OLE color: 12486485.
HSL color Cylindrical-coordinate representation of color #5587BE: hue angle of 211.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5587BE is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 135 | 190 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.25 |
| HSL | 211.43º | 0.45% | 0.54% | - |
| HSV(B) | 211.43º | 0.55% | 0.75% | - |
| XYZ | 21.7 | 22.98 | 52.01 | - |
| YUV | 126.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 190 | 0.55 | 0.29 | 0 | 0.25 | 211.43 | 0.45 | 0.54 |
| Hex | 55 | 87 | BE | 37 | 1D | 0 | 19 | D3 | 2D | 36 |
| Octal | 125 | 207 | 276 | 67 | 35 | 0 | 31 | 323 | 55 | 66 |
| Binary | 1010101 | 10000111 | 10111110 | 110111 | 11101 | 0 | 11001 | 11010011 | 101101 | 110110 |
Color Harmonies of #5587BE
Complementary color
Monochromatic Colors of #5587BE
Black with #5587BE
Text Example
Text Example
White with #5587BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5587BE; }
p { color: rgb(85,135,190); }
H1.HeaderClassName
{
color: #5587BE;
}
.AnyTagClassName
{
color: #5587BE;
}
</style>
background-color css
<style>
a { background-color: #5587BE; }
a { background-color: rgb(85,135,190); }
div.DivClassName
{
background-color: #5587BE;
}
.BgClassName
{
background-color: #5587BE;
}
</style>
border-color css
<style>
span { border-color: #5587BE; }
span { border-color: rgb(85,135,190); }
td.TdClassName
{
border-color: #5587BE;
}
.TagClassName
{
border-color: #5587BE;
}
</style>