Shades of Havelock Blue #557ABE
Tints of Havelock Blue #557ABE
RGB
CMYK
RGB Variations
Color information
#557ABE (or 0x557ABE) is known color: Havelock Blue. HEX triplet: 55, 7A and BE. RGB value is (85,122,190). Sum of RGB (Red+Green+Blue) = 85+122+190=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #557ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ABE is #AA8541. Grayscale: #767676. Windows color (decimal): -11175234 or 12483157. OLE color: 12483157.
HSL color Cylindrical-coordinate representation of color #557ABE: hue angle of 218.86º 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 #557ABE is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 122 | 190 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.25 |
| HSL | 218.86º | 0.45% | 0.54% | - |
| HSV(B) | 218.86º | 0.55% | 0.75% | - |
| XYZ | 20 | 19.57 | 51.44 | - |
| YUV | 118.69 | 168.24 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 190 | 0.55 | 0.36 | 0 | 0.25 | 218.86 | 0.45 | 0.54 |
| Hex | 55 | 7A | BE | 37 | 24 | 0 | 19 | DB | 2D | 36 |
| Octal | 125 | 172 | 276 | 67 | 44 | 0 | 31 | 333 | 55 | 66 |
| Binary | 1010101 | 1111010 | 10111110 | 110111 | 100100 | 0 | 11001 | 11011011 | 101101 | 110110 |
Color Harmonies of #557ABE
Complementary color
Monochromatic Colors of #557ABE
Black with #557ABE
Text Example
Text Example
White with #557ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ABE; }
p { color: rgb(85,122,190); }
H1.HeaderClassName
{
color: #557ABE;
}
.AnyTagClassName
{
color: #557ABE;
}
</style>
background-color css
<style>
a { background-color: #557ABE; }
a { background-color: rgb(85,122,190); }
div.DivClassName
{
background-color: #557ABE;
}
.BgClassName
{
background-color: #557ABE;
}
</style>
border-color css
<style>
span { border-color: #557ABE; }
span { border-color: rgb(85,122,190); }
td.TdClassName
{
border-color: #557ABE;
}
.TagClassName
{
border-color: #557ABE;
}
</style>