Shades of Havelock Blue #557FDC
Tints of Havelock Blue #557FDC
RGB
CMYK
RGB Variations
Color information
#557FDC (or 0x557FDC) is known color: Havelock Blue. HEX triplet: 55, 7F and DC. RGB value is (85,127,220). Sum of RGB (Red+Green+Blue) = 85+127+220=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #557FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FDC is #AA8023. Grayscale: #7C7C7C. Windows color (decimal): -11173924 or 14450517. OLE color: 14450517.
HSL color Cylindrical-coordinate representation of color #557FDC: hue angle of 221.33º degrees, saturation: 0.66, 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 #557FDC is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 127 | 220 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.14 |
| HSL | 221.33º | 0.66% | 0.6% | - |
| HSV(B) | 221.33º | 0.61% | 0.86% | - |
| XYZ | 24.25 | 22.28 | 70.73 | - |
| YUV | 125.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 220 | 0.61 | 0.42 | 0 | 0.14 | 221.33 | 0.66 | 0.6 |
| Hex | 55 | 7F | DC | 3D | 2A | 0 | E | DD | 42 | 3C |
| Octal | 125 | 177 | 334 | 75 | 52 | 0 | 16 | 335 | 102 | 74 |
| Binary | 1010101 | 1111111 | 11011100 | 111101 | 101010 | 0 | 1110 | 11011101 | 1000010 | 111100 |
Color Harmonies of #557FDC
Complementary color
Monochromatic Colors of #557FDC
Black with #557FDC
Text Example
Text Example
White with #557FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FDC; }
p { color: rgb(85,127,220); }
H1.HeaderClassName
{
color: #557FDC;
}
.AnyTagClassName
{
color: #557FDC;
}
</style>
background-color css
<style>
a { background-color: #557FDC; }
a { background-color: rgb(85,127,220); }
div.DivClassName
{
background-color: #557FDC;
}
.BgClassName
{
background-color: #557FDC;
}
</style>
border-color css
<style>
span { border-color: #557FDC; }
span { border-color: rgb(85,127,220); }
td.TdClassName
{
border-color: #557FDC;
}
.TagClassName
{
border-color: #557FDC;
}
</style>