Shades of Havelock Blue #557BB1
Tints of Havelock Blue #557BB1
RGB
CMYK
RGB Variations
Color information
#557BB1 (or 0x557BB1) is known color: Havelock Blue. HEX triplet: 55, 7B and B1. RGB value is (85,123,177). Sum of RGB (Red+Green+Blue) = 85+123+177=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #557BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BB1 is #AA844E. Grayscale: #757575. Windows color (decimal): -11174991 or 11631445. OLE color: 11631445.
HSL color Cylindrical-coordinate representation of color #557BB1: hue angle of 215.22º 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 #557BB1 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 123 | 177 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.31 |
| HSL | 215.22º | 0.37% | 0.51% | - |
| HSV(B) | 215.22º | 0.52% | 0.69% | - |
| XYZ | 18.77 | 19.27 | 44.33 | - |
| YUV | 117.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 177 | 0.52 | 0.31 | 0 | 0.31 | 215.22 | 0.37 | 0.51 |
| Hex | 55 | 7B | B1 | 34 | 1F | 0 | 1F | D7 | 25 | 33 |
| Octal | 125 | 173 | 261 | 64 | 37 | 0 | 37 | 327 | 45 | 63 |
| Binary | 1010101 | 1111011 | 10110001 | 110100 | 11111 | 0 | 11111 | 11010111 | 100101 | 110011 |
Color Harmonies of #557BB1
Complementary color
Monochromatic Colors of #557BB1
Black with #557BB1
Text Example
Text Example
White with #557BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BB1; }
p { color: rgb(85,123,177); }
H1.HeaderClassName
{
color: #557BB1;
}
.AnyTagClassName
{
color: #557BB1;
}
</style>
background-color css
<style>
a { background-color: #557BB1; }
a { background-color: rgb(85,123,177); }
div.DivClassName
{
background-color: #557BB1;
}
.BgClassName
{
background-color: #557BB1;
}
</style>
border-color css
<style>
span { border-color: #557BB1; }
span { border-color: rgb(85,123,177); }
td.TdClassName
{
border-color: #557BB1;
}
.TagClassName
{
border-color: #557BB1;
}
</style>