Shades of Havelock Blue #557FBF
Tints of Havelock Blue #557FBF
RGB
CMYK
RGB Variations
Color information
#557FBF (or 0x557FBF) is known color: Havelock Blue. HEX triplet: 55, 7F and BF. RGB value is (85,127,191). Sum of RGB (Red+Green+Blue) = 85+127+191=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #557FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FBF is #AA8040. Grayscale: #797979. Windows color (decimal): -11173953 or 12549973. OLE color: 12549973.
HSL color Cylindrical-coordinate representation of color #557FBF: hue angle of 216.23º 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 #557FBF is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 127 | 191 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.25 |
| HSL | 216.23º | 0.45% | 0.54% | - |
| HSV(B) | 216.23º | 0.55% | 0.75% | - |
| XYZ | 20.74 | 20.87 | 52.23 | - |
| YUV | 121.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 191 | 0.55 | 0.34 | 0 | 0.25 | 216.23 | 0.45 | 0.54 |
| Hex | 55 | 7F | BF | 37 | 22 | 0 | 19 | D8 | 2D | 36 |
| Octal | 125 | 177 | 277 | 67 | 42 | 0 | 31 | 330 | 55 | 66 |
| Binary | 1010101 | 1111111 | 10111111 | 110111 | 100010 | 0 | 11001 | 11011000 | 101101 | 110110 |
Color Harmonies of #557FBF
Complementary color
Monochromatic Colors of #557FBF
Black with #557FBF
Text Example
Text Example
White with #557FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FBF; }
p { color: rgb(85,127,191); }
H1.HeaderClassName
{
color: #557FBF;
}
.AnyTagClassName
{
color: #557FBF;
}
</style>
background-color css
<style>
a { background-color: #557FBF; }
a { background-color: rgb(85,127,191); }
div.DivClassName
{
background-color: #557FBF;
}
.BgClassName
{
background-color: #557FBF;
}
</style>
border-color css
<style>
span { border-color: #557FBF; }
span { border-color: rgb(85,127,191); }
td.TdClassName
{
border-color: #557FBF;
}
.TagClassName
{
border-color: #557FBF;
}
</style>