Shades of Havelock Blue #557BB8
Tints of Havelock Blue #557BB8
RGB
CMYK
RGB Variations
Color information
#557BB8 (or 0x557BB8) is known color: Havelock Blue. HEX triplet: 55, 7B and B8. RGB value is (85,123,184). Sum of RGB (Red+Green+Blue) = 85+123+184=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #557BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BB8 is #AA8447. Grayscale: #767676. Windows color (decimal): -11174984 or 12090197. OLE color: 12090197.
HSL color Cylindrical-coordinate representation of color #557BB8: hue angle of 216.97º 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 #557BB8 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 123 | 184 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.28 |
| HSL | 216.97º | 0.41% | 0.53% | - |
| HSV(B) | 216.97º | 0.54% | 0.72% | - |
| XYZ | 19.48 | 19.56 | 48.1 | - |
| YUV | 118.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 184 | 0.54 | 0.33 | 0 | 0.28 | 216.97 | 0.41 | 0.53 |
| Hex | 55 | 7B | B8 | 36 | 21 | 0 | 1C | D9 | 29 | 35 |
| Octal | 125 | 173 | 270 | 66 | 41 | 0 | 34 | 331 | 51 | 65 |
| Binary | 1010101 | 1111011 | 10111000 | 110110 | 100001 | 0 | 11100 | 11011001 | 101001 | 110101 |
Color Harmonies of #557BB8
Complementary color
Monochromatic Colors of #557BB8
Black with #557BB8
Text Example
Text Example
White with #557BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BB8; }
p { color: rgb(85,123,184); }
H1.HeaderClassName
{
color: #557BB8;
}
.AnyTagClassName
{
color: #557BB8;
}
</style>
background-color css
<style>
a { background-color: #557BB8; }
a { background-color: rgb(85,123,184); }
div.DivClassName
{
background-color: #557BB8;
}
.BgClassName
{
background-color: #557BB8;
}
</style>
border-color css
<style>
span { border-color: #557BB8; }
span { border-color: rgb(85,123,184); }
td.TdClassName
{
border-color: #557BB8;
}
.TagClassName
{
border-color: #557BB8;
}
</style>