Shades of Havelock Blue #5574D0
Tints of Havelock Blue #5574D0
RGB
CMYK
RGB Variations
Color information
#5574D0 (or 0x5574D0) is known color: Havelock Blue. HEX triplet: 55, 74 and D0. RGB value is (85,116,208). Sum of RGB (Red+Green+Blue) = 85+116+208=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #5574D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5574D0 is #AA8B2F. Grayscale: #747474. Windows color (decimal): -11176752 or 13661269. OLE color: 13661269.
HSL color Cylindrical-coordinate representation of color #5574D0: hue angle of 224.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5574D0 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 116 | 208 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.18 |
| HSL | 224.88º | 0.57% | 0.57% | - |
| HSV(B) | 224.88º | 0.59% | 0.82% | - |
| XYZ | 21.38 | 18.98 | 62.21 | - |
| YUV | 117.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 208 | 0.59 | 0.44 | 0 | 0.18 | 224.88 | 0.57 | 0.57 |
| Hex | 55 | 74 | D0 | 3B | 2C | 0 | 12 | E1 | 39 | 39 |
| Octal | 125 | 164 | 320 | 73 | 54 | 0 | 22 | 341 | 71 | 71 |
| Binary | 1010101 | 1110100 | 11010000 | 111011 | 101100 | 0 | 10010 | 11100001 | 111001 | 111001 |
Color Harmonies of #5574D0
Complementary color
Monochromatic Colors of #5574D0
Black with #5574D0
Text Example
Text Example
White with #5574D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574D0; }
p { color: rgb(85,116,208); }
H1.HeaderClassName
{
color: #5574D0;
}
.AnyTagClassName
{
color: #5574D0;
}
</style>
background-color css
<style>
a { background-color: #5574D0; }
a { background-color: rgb(85,116,208); }
div.DivClassName
{
background-color: #5574D0;
}
.BgClassName
{
background-color: #5574D0;
}
</style>
border-color css
<style>
span { border-color: #5574D0; }
span { border-color: rgb(85,116,208); }
td.TdClassName
{
border-color: #5574D0;
}
.TagClassName
{
border-color: #5574D0;
}
</style>