Shades of Havelock Blue #557BCD
Tints of Havelock Blue #557BCD
RGB
CMYK
RGB Variations
Color information
#557BCD (or 0x557BCD) is known color: Havelock Blue. HEX triplet: 55, 7B and CD. RGB value is (85,123,205). Sum of RGB (Red+Green+Blue) = 85+123+205=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #557BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BCD is #AA8432. Grayscale: #787878. Windows color (decimal): -11174963 or 13466453. OLE color: 13466453.
HSL color Cylindrical-coordinate representation of color #557BCD: hue angle of 221º 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 #557BCD is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 123 | 205 | - |
| CMYK | 0.59 | 0.4 | 0 | 0.20 |
| HSL | 221º | 0.55% | 0.57% | - |
| HSV(B) | 221º | 0.59% | 0.8% | - |
| XYZ | 21.85 | 20.5 | 60.56 | - |
| YUV | 120.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 205 | 0.59 | 0.4 | 0 | 0.20 | 221 | 0.55 | 0.57 |
| Hex | 55 | 7B | CD | 3B | 28 | 0 | 14 | DD | 37 | 39 |
| Octal | 125 | 173 | 315 | 73 | 50 | 0 | 24 | 335 | 67 | 71 |
| Binary | 1010101 | 1111011 | 11001101 | 111011 | 101000 | 0 | 10100 | 11011101 | 110111 | 111001 |
Color Harmonies of #557BCD
Complementary color
Monochromatic Colors of #557BCD
Black with #557BCD
Text Example
Text Example
White with #557BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BCD; }
p { color: rgb(85,123,205); }
H1.HeaderClassName
{
color: #557BCD;
}
.AnyTagClassName
{
color: #557BCD;
}
</style>
background-color css
<style>
a { background-color: #557BCD; }
a { background-color: rgb(85,123,205); }
div.DivClassName
{
background-color: #557BCD;
}
.BgClassName
{
background-color: #557BCD;
}
</style>
border-color css
<style>
span { border-color: #557BCD; }
span { border-color: rgb(85,123,205); }
td.TdClassName
{
border-color: #557BCD;
}
.TagClassName
{
border-color: #557BCD;
}
</style>