Shades of Havelock Blue #557ABA
Tints of Havelock Blue #557ABA
RGB
CMYK
RGB Variations
Color information
#557ABA (or 0x557ABA) is known color: Havelock Blue. HEX triplet: 55, 7A and BA. RGB value is (85,122,186). Sum of RGB (Red+Green+Blue) = 85+122+186=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #557ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ABA is #AA8545. Grayscale: #757575. Windows color (decimal): -11175238 or 12221013. OLE color: 12221013.
HSL color Cylindrical-coordinate representation of color #557ABA: hue angle of 218.02º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557ABA is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 122 | 186 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.27 |
| HSL | 218.02º | 0.42% | 0.53% | - |
| HSV(B) | 218.02º | 0.54% | 0.73% | - |
| XYZ | 19.57 | 19.4 | 49.17 | - |
| YUV | 118.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 186 | 0.54 | 0.34 | 0 | 0.27 | 218.02 | 0.42 | 0.53 |
| Hex | 55 | 7A | BA | 36 | 22 | 0 | 1B | DA | 2A | 35 |
| Octal | 125 | 172 | 272 | 66 | 42 | 0 | 33 | 332 | 52 | 65 |
| Binary | 1010101 | 1111010 | 10111010 | 110110 | 100010 | 0 | 11011 | 11011010 | 101010 | 110101 |
Color Harmonies of #557ABA
Complementary color
Monochromatic Colors of #557ABA
Black with #557ABA
Text Example
Text Example
White with #557ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ABA; }
p { color: rgb(85,122,186); }
H1.HeaderClassName
{
color: #557ABA;
}
.AnyTagClassName
{
color: #557ABA;
}
</style>
background-color css
<style>
a { background-color: #557ABA; }
a { background-color: rgb(85,122,186); }
div.DivClassName
{
background-color: #557ABA;
}
.BgClassName
{
background-color: #557ABA;
}
</style>
border-color css
<style>
span { border-color: #557ABA; }
span { border-color: rgb(85,122,186); }
td.TdClassName
{
border-color: #557ABA;
}
.TagClassName
{
border-color: #557ABA;
}
</style>