Shades of Havelock Blue #557FB3
Tints of Havelock Blue #557FB3
RGB
CMYK
RGB Variations
Color information
#557FB3 (or 0x557FB3) is known color: Havelock Blue. HEX triplet: 55, 7F and B3. RGB value is (85,127,179). Sum of RGB (Red+Green+Blue) = 85+127+179=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #557FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FB3 is #AA804C. Grayscale: #787878. Windows color (decimal): -11173965 or 11763541. OLE color: 11763541.
HSL color Cylindrical-coordinate representation of color #557FB3: hue angle of 213.19º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #557FB3 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 127 | 179 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.30 |
| HSL | 213.19º | 0.38% | 0.52% | - |
| HSV(B) | 213.19º | 0.53% | 0.7% | - |
| XYZ | 19.47 | 20.36 | 45.55 | - |
| YUV | 120.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 179 | 0.53 | 0.29 | 0 | 0.30 | 213.19 | 0.38 | 0.52 |
| Hex | 55 | 7F | B3 | 35 | 1D | 0 | 1E | D5 | 26 | 34 |
| Octal | 125 | 177 | 263 | 65 | 35 | 0 | 36 | 325 | 46 | 64 |
| Binary | 1010101 | 1111111 | 10110011 | 110101 | 11101 | 0 | 11110 | 11010101 | 100110 | 110100 |
Color Harmonies of #557FB3
Complementary color
Monochromatic Colors of #557FB3
Black with #557FB3
Text Example
Text Example
White with #557FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FB3; }
p { color: rgb(85,127,179); }
H1.HeaderClassName
{
color: #557FB3;
}
.AnyTagClassName
{
color: #557FB3;
}
</style>
background-color css
<style>
a { background-color: #557FB3; }
a { background-color: rgb(85,127,179); }
div.DivClassName
{
background-color: #557FB3;
}
.BgClassName
{
background-color: #557FB3;
}
</style>
border-color css
<style>
span { border-color: #557FB3; }
span { border-color: rgb(85,127,179); }
td.TdClassName
{
border-color: #557FB3;
}
.TagClassName
{
border-color: #557FB3;
}
</style>