Shades of Havelock Blue #557FDB
Tints of Havelock Blue #557FDB
RGB
CMYK
RGB Variations
Color information
#557FDB (or 0x557FDB) is known color: Havelock Blue. HEX triplet: 55, 7F and DB. RGB value is (85,127,219). Sum of RGB (Red+Green+Blue) = 85+127+219=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #557FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FDB is #AA8024. Grayscale: #7C7C7C. Windows color (decimal): -11173925 or 14384981. OLE color: 14384981.
HSL color Cylindrical-coordinate representation of color #557FDB: hue angle of 221.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #557FDB is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 127 | 219 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.14 |
| HSL | 221.19º | 0.65% | 0.6% | - |
| HSV(B) | 221.19º | 0.61% | 0.86% | - |
| XYZ | 24.12 | 22.22 | 70.04 | - |
| YUV | 124.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 219 | 0.61 | 0.42 | 0 | 0.14 | 221.19 | 0.65 | 0.6 |
| Hex | 55 | 7F | DB | 3D | 2A | 0 | E | DD | 41 | 3C |
| Octal | 125 | 177 | 333 | 75 | 52 | 0 | 16 | 335 | 101 | 74 |
| Binary | 1010101 | 1111111 | 11011011 | 111101 | 101010 | 0 | 1110 | 11011101 | 1000001 | 111100 |
Color Harmonies of #557FDB
Complementary color
Monochromatic Colors of #557FDB
Black with #557FDB
Text Example
Text Example
White with #557FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FDB; }
p { color: rgb(85,127,219); }
H1.HeaderClassName
{
color: #557FDB;
}
.AnyTagClassName
{
color: #557FDB;
}
</style>
background-color css
<style>
a { background-color: #557FDB; }
a { background-color: rgb(85,127,219); }
div.DivClassName
{
background-color: #557FDB;
}
.BgClassName
{
background-color: #557FDB;
}
</style>
border-color css
<style>
span { border-color: #557FDB; }
span { border-color: rgb(85,127,219); }
td.TdClassName
{
border-color: #557FDB;
}
.TagClassName
{
border-color: #557FDB;
}
</style>