Shades of Havelock Blue #5574BB
Tints of Havelock Blue #5574BB
RGB
CMYK
RGB Variations
Color information
#5574BB (or 0x5574BB) is known color: Havelock Blue. HEX triplet: 55, 74 and BB. RGB value is (85,116,187). Sum of RGB (Red+Green+Blue) = 85+116+187=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #5574BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5574BB is #AA8B44. Grayscale: #727272. Windows color (decimal): -11176773 or 12285013. OLE color: 12285013.
HSL color Cylindrical-coordinate representation of color #5574BB: hue angle of 221.76º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5574BB is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 116 | 187 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.27 |
| HSL | 221.76º | 0.43% | 0.53% | - |
| HSV(B) | 221.76º | 0.55% | 0.73% | - |
| XYZ | 18.96 | 18.01 | 49.49 | - |
| YUV | 114.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 187 | 0.55 | 0.38 | 0 | 0.27 | 221.76 | 0.43 | 0.53 |
| Hex | 55 | 74 | BB | 37 | 26 | 0 | 1B | DE | 2B | 35 |
| Octal | 125 | 164 | 273 | 67 | 46 | 0 | 33 | 336 | 53 | 65 |
| Binary | 1010101 | 1110100 | 10111011 | 110111 | 100110 | 0 | 11011 | 11011110 | 101011 | 110101 |
Color Harmonies of #5574BB
Complementary color
Monochromatic Colors of #5574BB
Black with #5574BB
Text Example
Text Example
White with #5574BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574BB; }
p { color: rgb(85,116,187); }
H1.HeaderClassName
{
color: #5574BB;
}
.AnyTagClassName
{
color: #5574BB;
}
</style>
background-color css
<style>
a { background-color: #5574BB; }
a { background-color: rgb(85,116,187); }
div.DivClassName
{
background-color: #5574BB;
}
.BgClassName
{
background-color: #5574BB;
}
</style>
border-color css
<style>
span { border-color: #5574BB; }
span { border-color: rgb(85,116,187); }
td.TdClassName
{
border-color: #5574BB;
}
.TagClassName
{
border-color: #5574BB;
}
</style>