Shades of Havelock Blue #557AAF
Tints of Havelock Blue #557AAF
RGB
CMYK
RGB Variations
Color information
#557AAF (or 0x557AAF) is known color: Havelock Blue. HEX triplet: 55, 7A and AF. RGB value is (85,122,175). Sum of RGB (Red+Green+Blue) = 85+122+175=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #557AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557AAF is #AA8550. Grayscale: #747474. Windows color (decimal): -11175249 or 11500117. OLE color: 11500117.
HSL color Cylindrical-coordinate representation of color #557AAF: hue angle of 215.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #557AAF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 122 | 175 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.31 |
| HSL | 215.33º | 0.36% | 0.51% | - |
| HSV(B) | 215.33º | 0.51% | 0.69% | - |
| XYZ | 18.44 | 18.95 | 43.24 | - |
| YUV | 116.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 175 | 0.51 | 0.30 | 0 | 0.31 | 215.33 | 0.36 | 0.51 |
| Hex | 55 | 7A | AF | 33 | 1E | 0 | 1F | D7 | 24 | 33 |
| Octal | 125 | 172 | 257 | 63 | 36 | 0 | 37 | 327 | 44 | 63 |
| Binary | 1010101 | 1111010 | 10101111 | 110011 | 11110 | 0 | 11111 | 11010111 | 100100 | 110011 |
Color Harmonies of #557AAF
Complementary color
Monochromatic Colors of #557AAF
Black with #557AAF
Text Example
Text Example
White with #557AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AAF; }
p { color: rgb(85,122,175); }
H1.HeaderClassName
{
color: #557AAF;
}
.AnyTagClassName
{
color: #557AAF;
}
</style>
background-color css
<style>
a { background-color: #557AAF; }
a { background-color: rgb(85,122,175); }
div.DivClassName
{
background-color: #557AAF;
}
.BgClassName
{
background-color: #557AAF;
}
</style>
border-color css
<style>
span { border-color: #557AAF; }
span { border-color: rgb(85,122,175); }
td.TdClassName
{
border-color: #557AAF;
}
.TagClassName
{
border-color: #557AAF;
}
</style>