Shades of Havelock Blue #557DBB
Tints of Havelock Blue #557DBB
RGB
CMYK
RGB Variations
Color information
#557DBB (or 0x557DBB) is known color: Havelock Blue. HEX triplet: 55, 7D and BB. RGB value is (85,125,187). Sum of RGB (Red+Green+Blue) = 85+125+187=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #557DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DBB is #AA8244. Grayscale: #777777. Windows color (decimal): -11174469 or 12287317. OLE color: 12287317.
HSL color Cylindrical-coordinate representation of color #557DBB: hue angle of 216.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557DBB is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 125 | 187 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.27 |
| HSL | 216.47º | 0.43% | 0.53% | - |
| HSV(B) | 216.47º | 0.55% | 0.73% | - |
| XYZ | 20.05 | 20.19 | 49.85 | - |
| YUV | 120.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 187 | 0.55 | 0.33 | 0 | 0.27 | 216.47 | 0.43 | 0.53 |
| Hex | 55 | 7D | BB | 37 | 21 | 0 | 1B | D8 | 2B | 35 |
| Octal | 125 | 175 | 273 | 67 | 41 | 0 | 33 | 330 | 53 | 65 |
| Binary | 1010101 | 1111101 | 10111011 | 110111 | 100001 | 0 | 11011 | 11011000 | 101011 | 110101 |
Color Harmonies of #557DBB
Complementary color
Monochromatic Colors of #557DBB
Black with #557DBB
Text Example
Text Example
White with #557DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DBB; }
p { color: rgb(85,125,187); }
H1.HeaderClassName
{
color: #557DBB;
}
.AnyTagClassName
{
color: #557DBB;
}
</style>
background-color css
<style>
a { background-color: #557DBB; }
a { background-color: rgb(85,125,187); }
div.DivClassName
{
background-color: #557DBB;
}
.BgClassName
{
background-color: #557DBB;
}
</style>
border-color css
<style>
span { border-color: #557DBB; }
span { border-color: rgb(85,125,187); }
td.TdClassName
{
border-color: #557DBB;
}
.TagClassName
{
border-color: #557DBB;
}
</style>