Shades of Havelock Blue #557FD0
Tints of Havelock Blue #557FD0
RGB
CMYK
RGB Variations
Color information
#557FD0 (or 0x557FD0) is known color: Havelock Blue. HEX triplet: 55, 7F and D0. RGB value is (85,127,208). Sum of RGB (Red+Green+Blue) = 85+127+208=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #557FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FD0 is #AA802F. Grayscale: #7B7B7B. Windows color (decimal): -11173936 or 13664085. OLE color: 13664085.
HSL color Cylindrical-coordinate representation of color #557FD0: hue angle of 219.51º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557FD0 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 127 | 208 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.18 |
| HSL | 219.51º | 0.57% | 0.57% | - |
| HSV(B) | 219.51º | 0.59% | 0.82% | - |
| XYZ | 22.72 | 21.66 | 62.66 | - |
| YUV | 123.68 | 175.59 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 208 | 0.59 | 0.39 | 0 | 0.18 | 219.51 | 0.57 | 0.57 |
| Hex | 55 | 7F | D0 | 3B | 27 | 0 | 12 | DC | 39 | 39 |
| Octal | 125 | 177 | 320 | 73 | 47 | 0 | 22 | 334 | 71 | 71 |
| Binary | 1010101 | 1111111 | 11010000 | 111011 | 100111 | 0 | 10010 | 11011100 | 111001 | 111001 |
Color Harmonies of #557FD0
Complementary color
Monochromatic Colors of #557FD0
Black with #557FD0
Text Example
Text Example
White with #557FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FD0; }
p { color: rgb(85,127,208); }
H1.HeaderClassName
{
color: #557FD0;
}
.AnyTagClassName
{
color: #557FD0;
}
</style>
background-color css
<style>
a { background-color: #557FD0; }
a { background-color: rgb(85,127,208); }
div.DivClassName
{
background-color: #557FD0;
}
.BgClassName
{
background-color: #557FD0;
}
</style>
border-color css
<style>
span { border-color: #557FD0; }
span { border-color: rgb(85,127,208); }
td.TdClassName
{
border-color: #557FD0;
}
.TagClassName
{
border-color: #557FD0;
}
</style>