Shades of Havelock Blue #557ACD
Tints of Havelock Blue #557ACD
RGB
CMYK
RGB Variations
Color information
#557ACD (or 0x557ACD) is known color: Havelock Blue. HEX triplet: 55, 7A and CD. RGB value is (85,122,205). Sum of RGB (Red+Green+Blue) = 85+122+205=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #557ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ACD is #AA8532. Grayscale: #787878. Windows color (decimal): -11175219 or 13466197. OLE color: 13466197.
HSL color Cylindrical-coordinate representation of color #557ACD: hue angle of 221.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557ACD is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 122 | 205 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.20 |
| HSL | 221.5º | 0.55% | 0.57% | - |
| HSV(B) | 221.5º | 0.59% | 0.8% | - |
| XYZ | 21.73 | 20.26 | 60.52 | - |
| YUV | 120.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 205 | 0.59 | 0.40 | 0 | 0.20 | 221.5 | 0.55 | 0.57 |
| Hex | 55 | 7A | CD | 3B | 28 | 0 | 14 | DE | 37 | 39 |
| Octal | 125 | 172 | 315 | 73 | 50 | 0 | 24 | 336 | 67 | 71 |
| Binary | 1010101 | 1111010 | 11001101 | 111011 | 101000 | 0 | 10100 | 11011110 | 110111 | 111001 |
Color Harmonies of #557ACD
Complementary color
Monochromatic Colors of #557ACD
Black with #557ACD
Text Example
Text Example
White with #557ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ACD; }
p { color: rgb(85,122,205); }
H1.HeaderClassName
{
color: #557ACD;
}
.AnyTagClassName
{
color: #557ACD;
}
</style>
background-color css
<style>
a { background-color: #557ACD; }
a { background-color: rgb(85,122,205); }
div.DivClassName
{
background-color: #557ACD;
}
.BgClassName
{
background-color: #557ACD;
}
</style>
border-color css
<style>
span { border-color: #557ACD; }
span { border-color: rgb(85,122,205); }
td.TdClassName
{
border-color: #557ACD;
}
.TagClassName
{
border-color: #557ACD;
}
</style>