Shades of Havelock Blue #5474BD
Tints of Havelock Blue #5474BD
RGB
CMYK
RGB Variations
Color information
#5474BD (or 0x5474BD) is known color: Havelock Blue. HEX triplet: 54, 74 and BD. RGB value is (84,116,189). Sum of RGB (Red+Green+Blue) = 84+116+189=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #5474BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474BD is #AB8B42. Grayscale: #727272. Windows color (decimal): -11242307 or 12416084. OLE color: 12416084.
HSL color Cylindrical-coordinate representation of color #5474BD: hue angle of 221.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5474BD is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 116 | 189 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.26 |
| HSL | 221.71º | 0.44% | 0.54% | - |
| HSV(B) | 221.71º | 0.56% | 0.74% | - |
| XYZ | 19.09 | 18.05 | 50.62 | - |
| YUV | 114.75 | 169.9 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 189 | 0.56 | 0.39 | 0 | 0.26 | 221.71 | 0.44 | 0.54 |
| Hex | 54 | 74 | BD | 38 | 27 | 0 | 1A | DE | 2C | 36 |
| Octal | 124 | 164 | 275 | 70 | 47 | 0 | 32 | 336 | 54 | 66 |
| Binary | 1010100 | 1110100 | 10111101 | 111000 | 100111 | 0 | 11010 | 11011110 | 101100 | 110110 |
Color Harmonies of #5474BD
Complementary color
Monochromatic Colors of #5474BD
Black with #5474BD
Text Example
Text Example
White with #5474BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474BD; }
p { color: rgb(84,116,189); }
H1.HeaderClassName
{
color: #5474BD;
}
.AnyTagClassName
{
color: #5474BD;
}
</style>
background-color css
<style>
a { background-color: #5474BD; }
a { background-color: rgb(84,116,189); }
div.DivClassName
{
background-color: #5474BD;
}
.BgClassName
{
background-color: #5474BD;
}
</style>
border-color css
<style>
span { border-color: #5474BD; }
span { border-color: rgb(84,116,189); }
td.TdClassName
{
border-color: #5474BD;
}
.TagClassName
{
border-color: #5474BD;
}
</style>