Shades of Havelock Blue #557DCF
Tints of Havelock Blue #557DCF
RGB
CMYK
RGB Variations
Color information
#557DCF (or 0x557DCF) is known color: Havelock Blue. HEX triplet: 55, 7D and CF. RGB value is (85,125,207). Sum of RGB (Red+Green+Blue) = 85+125+207=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #557DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DCF is #AA8230. Grayscale: #7A7A7A. Windows color (decimal): -11174449 or 13598037. OLE color: 13598037.
HSL color Cylindrical-coordinate representation of color #557DCF: hue angle of 220.33º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557DCF is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 125 | 207 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.19 |
| HSL | 220.33º | 0.56% | 0.57% | - |
| HSV(B) | 220.33º | 0.59% | 0.81% | - |
| XYZ | 22.34 | 21.1 | 61.93 | - |
| YUV | 122.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 207 | 0.59 | 0.40 | 0 | 0.19 | 220.33 | 0.56 | 0.57 |
| Hex | 55 | 7D | CF | 3B | 28 | 0 | 13 | DC | 38 | 39 |
| Octal | 125 | 175 | 317 | 73 | 50 | 0 | 23 | 334 | 70 | 71 |
| Binary | 1010101 | 1111101 | 11001111 | 111011 | 101000 | 0 | 10011 | 11011100 | 111000 | 111001 |
Color Harmonies of #557DCF
Complementary color
Monochromatic Colors of #557DCF
Black with #557DCF
Text Example
Text Example
White with #557DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DCF; }
p { color: rgb(85,125,207); }
H1.HeaderClassName
{
color: #557DCF;
}
.AnyTagClassName
{
color: #557DCF;
}
</style>
background-color css
<style>
a { background-color: #557DCF; }
a { background-color: rgb(85,125,207); }
div.DivClassName
{
background-color: #557DCF;
}
.BgClassName
{
background-color: #557DCF;
}
</style>
border-color css
<style>
span { border-color: #557DCF; }
span { border-color: rgb(85,125,207); }
td.TdClassName
{
border-color: #557DCF;
}
.TagClassName
{
border-color: #557DCF;
}
</style>