Shades of Havelock Blue #557EC5
Tints of Havelock Blue #557EC5
RGB
CMYK
RGB Variations
Color information
#557EC5 (or 0x557EC5) is known color: Havelock Blue. HEX triplet: 55, 7E and C5. RGB value is (85,126,197). Sum of RGB (Red+Green+Blue) = 85+126+197=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #557EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EC5 is #AA813A. Grayscale: #797979. Windows color (decimal): -11174203 or 12942933. OLE color: 12942933.
HSL color Cylindrical-coordinate representation of color #557EC5: hue angle of 218.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557EC5 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 126 | 197 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.23 |
| HSL | 218.04º | 0.49% | 0.55% | - |
| HSV(B) | 218.04º | 0.57% | 0.77% | - |
| XYZ | 21.29 | 20.88 | 55.73 | - |
| YUV | 121.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 197 | 0.57 | 0.36 | 0 | 0.23 | 218.04 | 0.49 | 0.55 |
| Hex | 55 | 7E | C5 | 39 | 24 | 0 | 17 | DA | 31 | 37 |
| Octal | 125 | 176 | 305 | 71 | 44 | 0 | 27 | 332 | 61 | 67 |
| Binary | 1010101 | 1111110 | 11000101 | 111001 | 100100 | 0 | 10111 | 11011010 | 110001 | 110111 |
Color Harmonies of #557EC5
Complementary color
Monochromatic Colors of #557EC5
Black with #557EC5
Text Example
Text Example
White with #557EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EC5; }
p { color: rgb(85,126,197); }
H1.HeaderClassName
{
color: #557EC5;
}
.AnyTagClassName
{
color: #557EC5;
}
</style>
background-color css
<style>
a { background-color: #557EC5; }
a { background-color: rgb(85,126,197); }
div.DivClassName
{
background-color: #557EC5;
}
.BgClassName
{
background-color: #557EC5;
}
</style>
border-color css
<style>
span { border-color: #557EC5; }
span { border-color: rgb(85,126,197); }
td.TdClassName
{
border-color: #557EC5;
}
.TagClassName
{
border-color: #557EC5;
}
</style>