Shades of Havelock Blue #557CB1
Tints of Havelock Blue #557CB1
RGB
CMYK
RGB Variations
Color information
#557CB1 (or 0x557CB1) is known color: Havelock Blue. HEX triplet: 55, 7C and B1. RGB value is (85,124,177). Sum of RGB (Red+Green+Blue) = 85+124+177=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #557CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CB1 is #AA834E. Grayscale: #767676. Windows color (decimal): -11174735 or 11631701. OLE color: 11631701.
HSL color Cylindrical-coordinate representation of color #557CB1: hue angle of 214.57º 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 #557CB1 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 124 | 177 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.31 |
| HSL | 214.57º | 0.37% | 0.51% | - |
| HSV(B) | 214.57º | 0.52% | 0.69% | - |
| XYZ | 18.89 | 19.52 | 44.37 | - |
| YUV | 118.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 177 | 0.52 | 0.30 | 0 | 0.31 | 214.57 | 0.37 | 0.51 |
| Hex | 55 | 7C | B1 | 34 | 1E | 0 | 1F | D7 | 25 | 33 |
| Octal | 125 | 174 | 261 | 64 | 36 | 0 | 37 | 327 | 45 | 63 |
| Binary | 1010101 | 1111100 | 10110001 | 110100 | 11110 | 0 | 11111 | 11010111 | 100101 | 110011 |
Color Harmonies of #557CB1
Complementary color
Monochromatic Colors of #557CB1
Black with #557CB1
Text Example
Text Example
White with #557CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CB1; }
p { color: rgb(85,124,177); }
H1.HeaderClassName
{
color: #557CB1;
}
.AnyTagClassName
{
color: #557CB1;
}
</style>
background-color css
<style>
a { background-color: #557CB1; }
a { background-color: rgb(85,124,177); }
div.DivClassName
{
background-color: #557CB1;
}
.BgClassName
{
background-color: #557CB1;
}
</style>
border-color css
<style>
span { border-color: #557CB1; }
span { border-color: rgb(85,124,177); }
td.TdClassName
{
border-color: #557CB1;
}
.TagClassName
{
border-color: #557CB1;
}
</style>