Shades of Havelock Blue #557BBD
Tints of Havelock Blue #557BBD
RGB
CMYK
RGB Variations
Color information
#557BBD (or 0x557BBD) is known color: Havelock Blue. HEX triplet: 55, 7B and BD. RGB value is (85,123,189). Sum of RGB (Red+Green+Blue) = 85+123+189=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #557BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BBD is #AA8442. Grayscale: #767676. Windows color (decimal): -11174979 or 12417877. OLE color: 12417877.
HSL color Cylindrical-coordinate representation of color #557BBD: hue angle of 218.08º 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 #557BBD is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 123 | 189 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.26 |
| HSL | 218.08º | 0.44% | 0.54% | - |
| HSV(B) | 218.08º | 0.55% | 0.74% | - |
| XYZ | 20.01 | 19.77 | 50.91 | - |
| YUV | 119.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 189 | 0.55 | 0.35 | 0 | 0.26 | 218.08 | 0.44 | 0.54 |
| Hex | 55 | 7B | BD | 37 | 23 | 0 | 1A | DA | 2C | 36 |
| Octal | 125 | 173 | 275 | 67 | 43 | 0 | 32 | 332 | 54 | 66 |
| Binary | 1010101 | 1111011 | 10111101 | 110111 | 100011 | 0 | 11010 | 11011010 | 101100 | 110110 |
Color Harmonies of #557BBD
Complementary color
Monochromatic Colors of #557BBD
Black with #557BBD
Text Example
Text Example
White with #557BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BBD; }
p { color: rgb(85,123,189); }
H1.HeaderClassName
{
color: #557BBD;
}
.AnyTagClassName
{
color: #557BBD;
}
</style>
background-color css
<style>
a { background-color: #557BBD; }
a { background-color: rgb(85,123,189); }
div.DivClassName
{
background-color: #557BBD;
}
.BgClassName
{
background-color: #557BBD;
}
</style>
border-color css
<style>
span { border-color: #557BBD; }
span { border-color: rgb(85,123,189); }
td.TdClassName
{
border-color: #557BBD;
}
.TagClassName
{
border-color: #557BBD;
}
</style>