Shades of Havelock Blue #557AD5
Tints of Havelock Blue #557AD5
RGB
CMYK
RGB Variations
Color information
#557AD5 (or 0x557AD5) is known color: Havelock Blue. HEX triplet: 55, 7A and D5. RGB value is (85,122,213). Sum of RGB (Red+Green+Blue) = 85+122+213=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #557AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AD5 is #AA852A. Grayscale: #787878. Windows color (decimal): -11175211 or 13990485. OLE color: 13990485.
HSL color Cylindrical-coordinate representation of color #557AD5: hue angle of 222.66º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #557AD5 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 122 | 213 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.16 |
| HSL | 222.66º | 0.6% | 0.58% | - |
| HSV(B) | 222.66º | 0.6% | 0.84% | - |
| XYZ | 22.72 | 20.65 | 65.74 | - |
| YUV | 121.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 213 | 0.60 | 0.43 | 0 | 0.16 | 222.66 | 0.6 | 0.58 |
| Hex | 55 | 7A | D5 | 3C | 2B | 0 | 10 | DF | 3C | 3A |
| Octal | 125 | 172 | 325 | 74 | 53 | 0 | 20 | 337 | 74 | 72 |
| Binary | 1010101 | 1111010 | 11010101 | 111100 | 101011 | 0 | 10000 | 11011111 | 111100 | 111010 |
Color Harmonies of #557AD5
Complementary color
Monochromatic Colors of #557AD5
Black with #557AD5
Text Example
Text Example
White with #557AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AD5; }
p { color: rgb(85,122,213); }
H1.HeaderClassName
{
color: #557AD5;
}
.AnyTagClassName
{
color: #557AD5;
}
</style>
background-color css
<style>
a { background-color: #557AD5; }
a { background-color: rgb(85,122,213); }
div.DivClassName
{
background-color: #557AD5;
}
.BgClassName
{
background-color: #557AD5;
}
</style>
border-color css
<style>
span { border-color: #557AD5; }
span { border-color: rgb(85,122,213); }
td.TdClassName
{
border-color: #557AD5;
}
.TagClassName
{
border-color: #557AD5;
}
</style>