Shades of Havelock Blue #557CBD
Tints of Havelock Blue #557CBD
RGB
CMYK
RGB Variations
Color information
#557CBD (or 0x557CBD) is known color: Havelock Blue. HEX triplet: 55, 7C and BD. RGB value is (85,124,189). Sum of RGB (Red+Green+Blue) = 85+124+189=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #557CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CBD is #AA8342. Grayscale: #777777. Windows color (decimal): -11174723 or 12418133. OLE color: 12418133.
HSL color Cylindrical-coordinate representation of color #557CBD: hue angle of 217.5º 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 #557CBD is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 124 | 189 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.26 |
| HSL | 217.5º | 0.44% | 0.54% | - |
| HSV(B) | 217.5º | 0.55% | 0.74% | - |
| XYZ | 20.14 | 20.02 | 50.95 | - |
| YUV | 119.75 | 167.08 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 189 | 0.55 | 0.34 | 0 | 0.26 | 217.5 | 0.44 | 0.54 |
| Hex | 55 | 7C | BD | 37 | 22 | 0 | 1A | DA | 2C | 36 |
| Octal | 125 | 174 | 275 | 67 | 42 | 0 | 32 | 332 | 54 | 66 |
| Binary | 1010101 | 1111100 | 10111101 | 110111 | 100010 | 0 | 11010 | 11011010 | 101100 | 110110 |
Color Harmonies of #557CBD
Complementary color
Monochromatic Colors of #557CBD
Black with #557CBD
Text Example
Text Example
White with #557CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CBD; }
p { color: rgb(85,124,189); }
H1.HeaderClassName
{
color: #557CBD;
}
.AnyTagClassName
{
color: #557CBD;
}
</style>
background-color css
<style>
a { background-color: #557CBD; }
a { background-color: rgb(85,124,189); }
div.DivClassName
{
background-color: #557CBD;
}
.BgClassName
{
background-color: #557CBD;
}
</style>
border-color css
<style>
span { border-color: #557CBD; }
span { border-color: rgb(85,124,189); }
td.TdClassName
{
border-color: #557CBD;
}
.TagClassName
{
border-color: #557CBD;
}
</style>