Shades of Havelock Blue #557EBD
Tints of Havelock Blue #557EBD
RGB
CMYK
RGB Variations
Color information
#557EBD (or 0x557EBD) is known color: Havelock Blue. HEX triplet: 55, 7E and BD. RGB value is (85,126,189). Sum of RGB (Red+Green+Blue) = 85+126+189=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #557EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EBD is #AA8142. Grayscale: #787878. Windows color (decimal): -11174211 or 12418645. OLE color: 12418645.
HSL color Cylindrical-coordinate representation of color #557EBD: hue angle of 216.35º 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 #557EBD is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 126 | 189 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.26 |
| HSL | 216.35º | 0.44% | 0.54% | - |
| HSV(B) | 216.35º | 0.55% | 0.74% | - |
| XYZ | 20.39 | 20.53 | 51.03 | - |
| YUV | 120.92 | 166.42 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 189 | 0.55 | 0.33 | 0 | 0.26 | 216.35 | 0.44 | 0.54 |
| Hex | 55 | 7E | BD | 37 | 21 | 0 | 1A | D8 | 2C | 36 |
| Octal | 125 | 176 | 275 | 67 | 41 | 0 | 32 | 330 | 54 | 66 |
| Binary | 1010101 | 1111110 | 10111101 | 110111 | 100001 | 0 | 11010 | 11011000 | 101100 | 110110 |
Color Harmonies of #557EBD
Complementary color
Monochromatic Colors of #557EBD
Black with #557EBD
Text Example
Text Example
White with #557EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EBD; }
p { color: rgb(85,126,189); }
H1.HeaderClassName
{
color: #557EBD;
}
.AnyTagClassName
{
color: #557EBD;
}
</style>
background-color css
<style>
a { background-color: #557EBD; }
a { background-color: rgb(85,126,189); }
div.DivClassName
{
background-color: #557EBD;
}
.BgClassName
{
background-color: #557EBD;
}
</style>
border-color css
<style>
span { border-color: #557EBD; }
span { border-color: rgb(85,126,189); }
td.TdClassName
{
border-color: #557EBD;
}
.TagClassName
{
border-color: #557EBD;
}
</style>