Shades of Havelock Blue #5474BB
Tints of Havelock Blue #5474BB
RGB
CMYK
RGB Variations
Color information
#5474BB (or 0x5474BB) is known color: Havelock Blue. HEX triplet: 54, 74 and BB. RGB value is (84,116,187). Sum of RGB (Red+Green+Blue) = 84+116+187=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #5474BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474BB is #AB8B44. Grayscale: #727272. Windows color (decimal): -11242309 or 12285012. OLE color: 12285012.
HSL color Cylindrical-coordinate representation of color #5474BB: hue angle of 221.36º 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 #5474BB is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 116 | 187 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.27 |
| HSL | 221.36º | 0.43% | 0.53% | - |
| HSV(B) | 221.36º | 0.55% | 0.73% | - |
| XYZ | 18.87 | 17.96 | 49.49 | - |
| YUV | 114.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 187 | 0.55 | 0.38 | 0 | 0.27 | 221.36 | 0.43 | 0.53 |
| Hex | 54 | 74 | BB | 37 | 26 | 0 | 1B | DD | 2B | 35 |
| Octal | 124 | 164 | 273 | 67 | 46 | 0 | 33 | 335 | 53 | 65 |
| Binary | 1010100 | 1110100 | 10111011 | 110111 | 100110 | 0 | 11011 | 11011101 | 101011 | 110101 |
Color Harmonies of #5474BB
Complementary color
Monochromatic Colors of #5474BB
Black with #5474BB
Text Example
Text Example
White with #5474BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474BB; }
p { color: rgb(84,116,187); }
H1.HeaderClassName
{
color: #5474BB;
}
.AnyTagClassName
{
color: #5474BB;
}
</style>
background-color css
<style>
a { background-color: #5474BB; }
a { background-color: rgb(84,116,187); }
div.DivClassName
{
background-color: #5474BB;
}
.BgClassName
{
background-color: #5474BB;
}
</style>
border-color css
<style>
span { border-color: #5474BB; }
span { border-color: rgb(84,116,187); }
td.TdClassName
{
border-color: #5474BB;
}
.TagClassName
{
border-color: #5474BB;
}
</style>