Shades of Havelock Blue #557EDA
Tints of Havelock Blue #557EDA
RGB
CMYK
RGB Variations
Color information
#557EDA (or 0x557EDA) is known color: Havelock Blue. HEX triplet: 55, 7E and DA. RGB value is (85,126,218). Sum of RGB (Red+Green+Blue) = 85+126+218=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #557EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EDA is #AA8125. Grayscale: #7B7B7B. Windows color (decimal): -11174182 or 14319189. OLE color: 14319189.
HSL color Cylindrical-coordinate representation of color #557EDA: hue angle of 221.5º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #557EDA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 126 | 218 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.15 |
| HSL | 221.5º | 0.64% | 0.59% | - |
| HSV(B) | 221.5º | 0.61% | 0.85% | - |
| XYZ | 23.86 | 21.91 | 69.3 | - |
| YUV | 124.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 218 | 0.61 | 0.42 | 0 | 0.15 | 221.5 | 0.64 | 0.59 |
| Hex | 55 | 7E | DA | 3D | 2A | 0 | F | DE | 40 | 3B |
| Octal | 125 | 176 | 332 | 75 | 52 | 0 | 17 | 336 | 100 | 73 |
| Binary | 1010101 | 1111110 | 11011010 | 111101 | 101010 | 0 | 1111 | 11011110 | 1000000 | 111011 |
Color Harmonies of #557EDA
Complementary color
Monochromatic Colors of #557EDA
Black with #557EDA
Text Example
Text Example
White with #557EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EDA; }
p { color: rgb(85,126,218); }
H1.HeaderClassName
{
color: #557EDA;
}
.AnyTagClassName
{
color: #557EDA;
}
</style>
background-color css
<style>
a { background-color: #557EDA; }
a { background-color: rgb(85,126,218); }
div.DivClassName
{
background-color: #557EDA;
}
.BgClassName
{
background-color: #557EDA;
}
</style>
border-color css
<style>
span { border-color: #557EDA; }
span { border-color: rgb(85,126,218); }
td.TdClassName
{
border-color: #557EDA;
}
.TagClassName
{
border-color: #557EDA;
}
</style>