Shades of Havelock Blue #557FB1
Tints of Havelock Blue #557FB1
RGB
CMYK
RGB Variations
Color information
#557FB1 (or 0x557FB1) is known color: Havelock Blue. HEX triplet: 55, 7F and B1. RGB value is (85,127,177). Sum of RGB (Red+Green+Blue) = 85+127+177=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #557FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FB1 is #AA804E. Grayscale: #777777. Windows color (decimal): -11173967 or 11632469. OLE color: 11632469.
HSL color Cylindrical-coordinate representation of color #557FB1: hue angle of 212.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #557FB1 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 127 | 177 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.31 |
| HSL | 212.61º | 0.37% | 0.51% | - |
| HSV(B) | 212.61º | 0.52% | 0.69% | - |
| XYZ | 19.27 | 20.28 | 44.49 | - |
| YUV | 120.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 177 | 0.52 | 0.28 | 0 | 0.31 | 212.61 | 0.37 | 0.51 |
| Hex | 55 | 7F | B1 | 34 | 1C | 0 | 1F | D5 | 25 | 33 |
| Octal | 125 | 177 | 261 | 64 | 34 | 0 | 37 | 325 | 45 | 63 |
| Binary | 1010101 | 1111111 | 10110001 | 110100 | 11100 | 0 | 11111 | 11010101 | 100101 | 110011 |
Color Harmonies of #557FB1
Complementary color
Monochromatic Colors of #557FB1
Black with #557FB1
Text Example
Text Example
White with #557FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FB1; }
p { color: rgb(85,127,177); }
H1.HeaderClassName
{
color: #557FB1;
}
.AnyTagClassName
{
color: #557FB1;
}
</style>
background-color css
<style>
a { background-color: #557FB1; }
a { background-color: rgb(85,127,177); }
div.DivClassName
{
background-color: #557FB1;
}
.BgClassName
{
background-color: #557FB1;
}
</style>
border-color css
<style>
span { border-color: #557FB1; }
span { border-color: rgb(85,127,177); }
td.TdClassName
{
border-color: #557FB1;
}
.TagClassName
{
border-color: #557FB1;
}
</style>