Shades of Havelock Blue #5475BD
Tints of Havelock Blue #5475BD
RGB
CMYK
RGB Variations
Color information
#5475BD (or 0x5475BD) is known color: Havelock Blue. HEX triplet: 54, 75 and BD. RGB value is (84,117,189). Sum of RGB (Red+Green+Blue) = 84+117+189=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 117 (46.09% from 255 or 30% 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 #5475BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5475BD is #AB8A42. Grayscale: #737373. Windows color (decimal): -11242051 or 12416340. OLE color: 12416340.
HSL color Cylindrical-coordinate representation of color #5475BD: hue angle of 221.14º 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 #5475BD is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 117 | 189 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.26 |
| HSL | 221.14º | 0.44% | 0.54% | - |
| HSV(B) | 221.14º | 0.56% | 0.74% | - |
| XYZ | 19.2 | 18.28 | 50.66 | - |
| YUV | 115.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 117 | 189 | 0.56 | 0.38 | 0 | 0.26 | 221.14 | 0.44 | 0.54 |
| Hex | 54 | 75 | BD | 38 | 26 | 0 | 1A | DD | 2C | 36 |
| Octal | 124 | 165 | 275 | 70 | 46 | 0 | 32 | 335 | 54 | 66 |
| Binary | 1010100 | 1110101 | 10111101 | 111000 | 100110 | 0 | 11010 | 11011101 | 101100 | 110110 |
Color Harmonies of #5475BD
Complementary color
Monochromatic Colors of #5475BD
Black with #5475BD
Text Example
Text Example
White with #5475BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5475BD; }
p { color: rgb(84,117,189); }
H1.HeaderClassName
{
color: #5475BD;
}
.AnyTagClassName
{
color: #5475BD;
}
</style>
background-color css
<style>
a { background-color: #5475BD; }
a { background-color: rgb(84,117,189); }
div.DivClassName
{
background-color: #5475BD;
}
.BgClassName
{
background-color: #5475BD;
}
</style>
border-color css
<style>
span { border-color: #5475BD; }
span { border-color: rgb(84,117,189); }
td.TdClassName
{
border-color: #5475BD;
}
.TagClassName
{
border-color: #5475BD;
}
</style>