Shades of Havelock Blue #557FCF
Tints of Havelock Blue #557FCF
RGB
CMYK
RGB Variations
Color information
#557FCF (or 0x557FCF) is known color: Havelock Blue. HEX triplet: 55, 7F and CF. RGB value is (85,127,207). Sum of RGB (Red+Green+Blue) = 85+127+207=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #557FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FCF is #AA8030. Grayscale: #7B7B7B. Windows color (decimal): -11173937 or 13598549. OLE color: 13598549.
HSL color Cylindrical-coordinate representation of color #557FCF: hue angle of 219.34º 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 #557FCF is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 127 | 207 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.19 |
| HSL | 219.34º | 0.56% | 0.57% | - |
| HSV(B) | 219.34º | 0.59% | 0.81% | - |
| XYZ | 22.6 | 21.62 | 62.01 | - |
| YUV | 123.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 207 | 0.59 | 0.39 | 0 | 0.19 | 219.34 | 0.56 | 0.57 |
| Hex | 55 | 7F | CF | 3B | 27 | 0 | 13 | DB | 38 | 39 |
| Octal | 125 | 177 | 317 | 73 | 47 | 0 | 23 | 333 | 70 | 71 |
| Binary | 1010101 | 1111111 | 11001111 | 111011 | 100111 | 0 | 10011 | 11011011 | 111000 | 111001 |
Color Harmonies of #557FCF
Complementary color
Monochromatic Colors of #557FCF
Black with #557FCF
Text Example
Text Example
White with #557FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FCF; }
p { color: rgb(85,127,207); }
H1.HeaderClassName
{
color: #557FCF;
}
.AnyTagClassName
{
color: #557FCF;
}
</style>
background-color css
<style>
a { background-color: #557FCF; }
a { background-color: rgb(85,127,207); }
div.DivClassName
{
background-color: #557FCF;
}
.BgClassName
{
background-color: #557FCF;
}
</style>
border-color css
<style>
span { border-color: #557FCF; }
span { border-color: rgb(85,127,207); }
td.TdClassName
{
border-color: #557FCF;
}
.TagClassName
{
border-color: #557FCF;
}
</style>