Shades of Havelock Blue #5574BD
Tints of Havelock Blue #5574BD
RGB
CMYK
RGB Variations
Color information
#5574BD (or 0x5574BD) is known color: Havelock Blue. HEX triplet: 55, 74 and BD. RGB value is (85,116,189). Sum of RGB (Red+Green+Blue) = 85+116+189=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #5574BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5574BD is #AA8B42. Grayscale: #727272. Windows color (decimal): -11176771 or 12416085. OLE color: 12416085.
HSL color Cylindrical-coordinate representation of color #5574BD: hue angle of 222.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5574BD is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 116 | 189 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.26 |
| HSL | 222.12º | 0.44% | 0.54% | - |
| HSV(B) | 222.12º | 0.55% | 0.74% | - |
| XYZ | 19.18 | 18.1 | 50.63 | - |
| YUV | 115.05 | 169.73 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 189 | 0.55 | 0.39 | 0 | 0.26 | 222.12 | 0.44 | 0.54 |
| Hex | 55 | 74 | BD | 37 | 27 | 0 | 1A | DE | 2C | 36 |
| Octal | 125 | 164 | 275 | 67 | 47 | 0 | 32 | 336 | 54 | 66 |
| Binary | 1010101 | 1110100 | 10111101 | 110111 | 100111 | 0 | 11010 | 11011110 | 101100 | 110110 |
Color Harmonies of #5574BD
Complementary color
Monochromatic Colors of #5574BD
Black with #5574BD
Text Example
Text Example
White with #5574BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574BD; }
p { color: rgb(85,116,189); }
H1.HeaderClassName
{
color: #5574BD;
}
.AnyTagClassName
{
color: #5574BD;
}
</style>
background-color css
<style>
a { background-color: #5574BD; }
a { background-color: rgb(85,116,189); }
div.DivClassName
{
background-color: #5574BD;
}
.BgClassName
{
background-color: #5574BD;
}
</style>
border-color css
<style>
span { border-color: #5574BD; }
span { border-color: rgb(85,116,189); }
td.TdClassName
{
border-color: #5574BD;
}
.TagClassName
{
border-color: #5574BD;
}
</style>