Shades of Havelock Blue #557EB8
Tints of Havelock Blue #557EB8
RGB
CMYK
RGB Variations
Color information
#557EB8 (or 0x557EB8) is known color: Havelock Blue. HEX triplet: 55, 7E and B8. RGB value is (85,126,184). Sum of RGB (Red+Green+Blue) = 85+126+184=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #557EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EB8 is #AA8147. Grayscale: #787878. Windows color (decimal): -11174216 or 12090965. OLE color: 12090965.
HSL color Cylindrical-coordinate representation of color #557EB8: hue angle of 215.15º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557EB8 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 126 | 184 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.28 |
| HSL | 215.15º | 0.41% | 0.53% | - |
| HSV(B) | 215.15º | 0.54% | 0.72% | - |
| XYZ | 19.86 | 20.31 | 48.22 | - |
| YUV | 120.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 184 | 0.54 | 0.32 | 0 | 0.28 | 215.15 | 0.41 | 0.53 |
| Hex | 55 | 7E | B8 | 36 | 20 | 0 | 1C | D7 | 29 | 35 |
| Octal | 125 | 176 | 270 | 66 | 40 | 0 | 34 | 327 | 51 | 65 |
| Binary | 1010101 | 1111110 | 10111000 | 110110 | 100000 | 0 | 11100 | 11010111 | 101001 | 110101 |
Color Harmonies of #557EB8
Complementary color
Monochromatic Colors of #557EB8
Black with #557EB8
Text Example
Text Example
White with #557EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EB8; }
p { color: rgb(85,126,184); }
H1.HeaderClassName
{
color: #557EB8;
}
.AnyTagClassName
{
color: #557EB8;
}
</style>
background-color css
<style>
a { background-color: #557EB8; }
a { background-color: rgb(85,126,184); }
div.DivClassName
{
background-color: #557EB8;
}
.BgClassName
{
background-color: #557EB8;
}
</style>
border-color css
<style>
span { border-color: #557EB8; }
span { border-color: rgb(85,126,184); }
td.TdClassName
{
border-color: #557EB8;
}
.TagClassName
{
border-color: #557EB8;
}
</style>