Shades of Havelock Blue #557ABF
Tints of Havelock Blue #557ABF
RGB
CMYK
RGB Variations
Color information
#557ABF (or 0x557ABF) is known color: Havelock Blue. HEX triplet: 55, 7A and BF. RGB value is (85,122,191). Sum of RGB (Red+Green+Blue) = 85+122+191=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #557ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ABF is #AA8540. Grayscale: #767676. Windows color (decimal): -11175233 or 12548693. OLE color: 12548693.
HSL color Cylindrical-coordinate representation of color #557ABF: hue angle of 219.06º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557ABF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 122 | 191 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.25 |
| HSL | 219.06º | 0.45% | 0.54% | - |
| HSV(B) | 219.06º | 0.55% | 0.75% | - |
| XYZ | 20.11 | 19.61 | 52.02 | - |
| YUV | 118.8 | 168.74 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 191 | 0.55 | 0.36 | 0 | 0.25 | 219.06 | 0.45 | 0.54 |
| Hex | 55 | 7A | BF | 37 | 24 | 0 | 19 | DB | 2D | 36 |
| Octal | 125 | 172 | 277 | 67 | 44 | 0 | 31 | 333 | 55 | 66 |
| Binary | 1010101 | 1111010 | 10111111 | 110111 | 100100 | 0 | 11001 | 11011011 | 101101 | 110110 |
Color Harmonies of #557ABF
Complementary color
Monochromatic Colors of #557ABF
Black with #557ABF
Text Example
Text Example
White with #557ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ABF; }
p { color: rgb(85,122,191); }
H1.HeaderClassName
{
color: #557ABF;
}
.AnyTagClassName
{
color: #557ABF;
}
</style>
background-color css
<style>
a { background-color: #557ABF; }
a { background-color: rgb(85,122,191); }
div.DivClassName
{
background-color: #557ABF;
}
.BgClassName
{
background-color: #557ABF;
}
</style>
border-color css
<style>
span { border-color: #557ABF; }
span { border-color: rgb(85,122,191); }
td.TdClassName
{
border-color: #557ABF;
}
.TagClassName
{
border-color: #557ABF;
}
</style>