Shades of Havelock Blue #557FC0
Tints of Havelock Blue #557FC0
RGB
CMYK
RGB Variations
Color information
#557FC0 (or 0x557FC0) is known color: Havelock Blue. HEX triplet: 55, 7F and C0. RGB value is (85,127,192). Sum of RGB (Red+Green+Blue) = 85+127+192=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #557FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FC0 is #AA803F. Grayscale: #797979. Windows color (decimal): -11173952 or 12615509. OLE color: 12615509.
HSL color Cylindrical-coordinate representation of color #557FC0: hue angle of 216.45º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557FC0 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 127 | 192 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.25 |
| HSL | 216.45º | 0.46% | 0.54% | - |
| HSV(B) | 216.45º | 0.56% | 0.75% | - |
| XYZ | 20.85 | 20.92 | 52.81 | - |
| YUV | 121.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 192 | 0.56 | 0.34 | 0 | 0.25 | 216.45 | 0.46 | 0.54 |
| Hex | 55 | 7F | C0 | 38 | 22 | 0 | 19 | D8 | 2E | 36 |
| Octal | 125 | 177 | 300 | 70 | 42 | 0 | 31 | 330 | 56 | 66 |
| Binary | 1010101 | 1111111 | 11000000 | 111000 | 100010 | 0 | 11001 | 11011000 | 101110 | 110110 |
Color Harmonies of #557FC0
Complementary color
Monochromatic Colors of #557FC0
Black with #557FC0
Text Example
Text Example
White with #557FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FC0; }
p { color: rgb(85,127,192); }
H1.HeaderClassName
{
color: #557FC0;
}
.AnyTagClassName
{
color: #557FC0;
}
</style>
background-color css
<style>
a { background-color: #557FC0; }
a { background-color: rgb(85,127,192); }
div.DivClassName
{
background-color: #557FC0;
}
.BgClassName
{
background-color: #557FC0;
}
</style>
border-color css
<style>
span { border-color: #557FC0; }
span { border-color: rgb(85,127,192); }
td.TdClassName
{
border-color: #557FC0;
}
.TagClassName
{
border-color: #557FC0;
}
</style>