Shades of Havelock Blue #557DBD
Tints of Havelock Blue #557DBD
RGB
CMYK
RGB Variations
Color information
#557DBD (or 0x557DBD) is known color: Havelock Blue. HEX triplet: 55, 7D and BD. RGB value is (85,125,189). Sum of RGB (Red+Green+Blue) = 85+125+189=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #557DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DBD is #AA8242. Grayscale: #787878. Windows color (decimal): -11174467 or 12418389. OLE color: 12418389.
HSL color Cylindrical-coordinate representation of color #557DBD: hue angle of 216.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557DBD is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 125 | 189 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.26 |
| HSL | 216.92º | 0.44% | 0.54% | - |
| HSV(B) | 216.92º | 0.55% | 0.74% | - |
| XYZ | 20.27 | 20.27 | 50.99 | - |
| YUV | 120.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 189 | 0.55 | 0.34 | 0 | 0.26 | 216.92 | 0.44 | 0.54 |
| Hex | 55 | 7D | BD | 37 | 22 | 0 | 1A | D9 | 2C | 36 |
| Octal | 125 | 175 | 275 | 67 | 42 | 0 | 32 | 331 | 54 | 66 |
| Binary | 1010101 | 1111101 | 10111101 | 110111 | 100010 | 0 | 11010 | 11011001 | 101100 | 110110 |
Color Harmonies of #557DBD
Complementary color
Monochromatic Colors of #557DBD
Black with #557DBD
Text Example
Text Example
White with #557DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DBD; }
p { color: rgb(85,125,189); }
H1.HeaderClassName
{
color: #557DBD;
}
.AnyTagClassName
{
color: #557DBD;
}
</style>
background-color css
<style>
a { background-color: #557DBD; }
a { background-color: rgb(85,125,189); }
div.DivClassName
{
background-color: #557DBD;
}
.BgClassName
{
background-color: #557DBD;
}
</style>
border-color css
<style>
span { border-color: #557DBD; }
span { border-color: rgb(85,125,189); }
td.TdClassName
{
border-color: #557DBD;
}
.TagClassName
{
border-color: #557DBD;
}
</style>