Shades of Havelock Blue #557ACF
Tints of Havelock Blue #557ACF
RGB
CMYK
RGB Variations
Color information
#557ACF (or 0x557ACF) is known color: Havelock Blue. HEX triplet: 55, 7A and CF. RGB value is (85,122,207). Sum of RGB (Red+Green+Blue) = 85+122+207=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #557ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ACF is #AA8530. Grayscale: #787878. Windows color (decimal): -11175217 or 13597269. OLE color: 13597269.
HSL color Cylindrical-coordinate representation of color #557ACF: hue angle of 221.8º 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 #557ACF is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 122 | 207 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.19 |
| HSL | 221.8º | 0.56% | 0.57% | - |
| HSV(B) | 221.8º | 0.59% | 0.81% | - |
| XYZ | 21.97 | 20.36 | 61.8 | - |
| YUV | 120.63 | 176.74 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 207 | 0.59 | 0.41 | 0 | 0.19 | 221.8 | 0.56 | 0.57 |
| Hex | 55 | 7A | CF | 3B | 29 | 0 | 13 | DE | 38 | 39 |
| Octal | 125 | 172 | 317 | 73 | 51 | 0 | 23 | 336 | 70 | 71 |
| Binary | 1010101 | 1111010 | 11001111 | 111011 | 101001 | 0 | 10011 | 11011110 | 111000 | 111001 |
Color Harmonies of #557ACF
Complementary color
Monochromatic Colors of #557ACF
Black with #557ACF
Text Example
Text Example
White with #557ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ACF; }
p { color: rgb(85,122,207); }
H1.HeaderClassName
{
color: #557ACF;
}
.AnyTagClassName
{
color: #557ACF;
}
</style>
background-color css
<style>
a { background-color: #557ACF; }
a { background-color: rgb(85,122,207); }
div.DivClassName
{
background-color: #557ACF;
}
.BgClassName
{
background-color: #557ACF;
}
</style>
border-color css
<style>
span { border-color: #557ACF; }
span { border-color: rgb(85,122,207); }
td.TdClassName
{
border-color: #557ACF;
}
.TagClassName
{
border-color: #557ACF;
}
</style>