Shades of Havelock Blue #557CCD
Tints of Havelock Blue #557CCD
RGB
CMYK
RGB Variations
Color information
#557CCD (or 0x557CCD) is known color: Havelock Blue. HEX triplet: 55, 7C and CD. RGB value is (85,124,205). Sum of RGB (Red+Green+Blue) = 85+124+205=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #557CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CCD is #AA8332. Grayscale: #797979. Windows color (decimal): -11174707 or 13466709. OLE color: 13466709.
HSL color Cylindrical-coordinate representation of color #557CCD: hue angle of 220.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 #557CCD is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 124 | 205 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.20 |
| HSL | 220.5º | 0.55% | 0.57% | - |
| HSV(B) | 220.5º | 0.59% | 0.8% | - |
| XYZ | 21.97 | 20.75 | 60.61 | - |
| YUV | 121.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 205 | 0.59 | 0.40 | 0 | 0.20 | 220.5 | 0.55 | 0.57 |
| Hex | 55 | 7C | CD | 3B | 28 | 0 | 14 | DC | 37 | 39 |
| Octal | 125 | 174 | 315 | 73 | 50 | 0 | 24 | 334 | 67 | 71 |
| Binary | 1010101 | 1111100 | 11001101 | 111011 | 101000 | 0 | 10100 | 11011100 | 110111 | 111001 |
Color Harmonies of #557CCD
Complementary color
Monochromatic Colors of #557CCD
Black with #557CCD
Text Example
Text Example
White with #557CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CCD; }
p { color: rgb(85,124,205); }
H1.HeaderClassName
{
color: #557CCD;
}
.AnyTagClassName
{
color: #557CCD;
}
</style>
background-color css
<style>
a { background-color: #557CCD; }
a { background-color: rgb(85,124,205); }
div.DivClassName
{
background-color: #557CCD;
}
.BgClassName
{
background-color: #557CCD;
}
</style>
border-color css
<style>
span { border-color: #557CCD; }
span { border-color: rgb(85,124,205); }
td.TdClassName
{
border-color: #557CCD;
}
.TagClassName
{
border-color: #557CCD;
}
</style>