Shades of Havelock Blue #557FCC
Tints of Havelock Blue #557FCC
RGB
CMYK
RGB Variations
Color information
#557FCC (or 0x557FCC) is known color: Havelock Blue. HEX triplet: 55, 7F and CC. RGB value is (85,127,204). Sum of RGB (Red+Green+Blue) = 85+127+204=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #557FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FCC is #AA8033. Grayscale: #7A7A7A. Windows color (decimal): -11173940 or 13401941. OLE color: 13401941.
HSL color Cylindrical-coordinate representation of color #557FCC: hue angle of 218.82º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557FCC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 127 | 204 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.2 |
| HSL | 218.82º | 0.54% | 0.57% | - |
| HSV(B) | 218.82º | 0.58% | 0.8% | - |
| XYZ | 22.23 | 21.47 | 60.1 | - |
| YUV | 123.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 204 | 0.58 | 0.38 | 0 | 0.2 | 218.82 | 0.54 | 0.57 |
| Hex | 55 | 7F | CC | 3A | 26 | 0 | 14 | DB | 36 | 39 |
| Octal | 125 | 177 | 314 | 72 | 46 | 0 | 24 | 333 | 66 | 71 |
| Binary | 1010101 | 1111111 | 11001100 | 111010 | 100110 | 0 | 10100 | 11011011 | 110110 | 111001 |
Color Harmonies of #557FCC
Complementary color
Monochromatic Colors of #557FCC
Black with #557FCC
Text Example
Text Example
White with #557FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FCC; }
p { color: rgb(85,127,204); }
H1.HeaderClassName
{
color: #557FCC;
}
.AnyTagClassName
{
color: #557FCC;
}
</style>
background-color css
<style>
a { background-color: #557FCC; }
a { background-color: rgb(85,127,204); }
div.DivClassName
{
background-color: #557FCC;
}
.BgClassName
{
background-color: #557FCC;
}
</style>
border-color css
<style>
span { border-color: #557FCC; }
span { border-color: rgb(85,127,204); }
td.TdClassName
{
border-color: #557FCC;
}
.TagClassName
{
border-color: #557FCC;
}
</style>