Shades of Havelock Blue #557DB8
Tints of Havelock Blue #557DB8
RGB
CMYK
RGB Variations
Color information
#557DB8 (or 0x557DB8) is known color: Havelock Blue. HEX triplet: 55, 7D and B8. RGB value is (85,125,184). Sum of RGB (Red+Green+Blue) = 85+125+184=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 184 - color contains mainly: blue. Hex color #557DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DB8 is #AA8247. Grayscale: #777777. Windows color (decimal): -11174472 or 12090709. OLE color: 12090709.
HSL color Cylindrical-coordinate representation of color #557DB8: hue angle of 215.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557DB8 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 125 | 184 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.28 |
| HSL | 215.76º | 0.41% | 0.53% | - |
| HSV(B) | 215.76º | 0.54% | 0.72% | - |
| XYZ | 19.73 | 20.06 | 48.18 | - |
| YUV | 119.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 184 | 0.54 | 0.32 | 0 | 0.28 | 215.76 | 0.41 | 0.53 |
| Hex | 55 | 7D | B8 | 36 | 20 | 0 | 1C | D8 | 29 | 35 |
| Octal | 125 | 175 | 270 | 66 | 40 | 0 | 34 | 330 | 51 | 65 |
| Binary | 1010101 | 1111101 | 10111000 | 110110 | 100000 | 0 | 11100 | 11011000 | 101001 | 110101 |
Color Harmonies of #557DB8
Complementary color
Monochromatic Colors of #557DB8
Black with #557DB8
Text Example
Text Example
White with #557DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DB8; }
p { color: rgb(85,125,184); }
H1.HeaderClassName
{
color: #557DB8;
}
.AnyTagClassName
{
color: #557DB8;
}
</style>
background-color css
<style>
a { background-color: #557DB8; }
a { background-color: rgb(85,125,184); }
div.DivClassName
{
background-color: #557DB8;
}
.BgClassName
{
background-color: #557DB8;
}
</style>
border-color css
<style>
span { border-color: #557DB8; }
span { border-color: rgb(85,125,184); }
td.TdClassName
{
border-color: #557DB8;
}
.TagClassName
{
border-color: #557DB8;
}
</style>