Shades of Havelock Blue #5578BD
Tints of Havelock Blue #5578BD
RGB
CMYK
RGB Variations
Color information
#5578BD (or 0x5578BD) is known color: Havelock Blue. HEX triplet: 55, 78 and BD. RGB value is (85,120,189). Sum of RGB (Red+Green+Blue) = 85+120+189=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #5578BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5578BD is #AA8742. Grayscale: #757575. Windows color (decimal): -11175747 or 12417109. OLE color: 12417109.
HSL color Cylindrical-coordinate representation of color #5578BD: hue angle of 219.81º 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 #5578BD is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 120 | 189 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.26 |
| HSL | 219.81º | 0.44% | 0.54% | - |
| HSV(B) | 219.81º | 0.55% | 0.74% | - |
| XYZ | 19.65 | 19.04 | 50.78 | - |
| YUV | 117.4 | 168.4 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 189 | 0.55 | 0.37 | 0 | 0.26 | 219.81 | 0.44 | 0.54 |
| Hex | 55 | 78 | BD | 37 | 25 | 0 | 1A | DC | 2C | 36 |
| Octal | 125 | 170 | 275 | 67 | 45 | 0 | 32 | 334 | 54 | 66 |
| Binary | 1010101 | 1111000 | 10111101 | 110111 | 100101 | 0 | 11010 | 11011100 | 101100 | 110110 |
Color Harmonies of #5578BD
Complementary color
Monochromatic Colors of #5578BD
Black with #5578BD
Text Example
Text Example
White with #5578BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5578BD; }
p { color: rgb(85,120,189); }
H1.HeaderClassName
{
color: #5578BD;
}
.AnyTagClassName
{
color: #5578BD;
}
</style>
background-color css
<style>
a { background-color: #5578BD; }
a { background-color: rgb(85,120,189); }
div.DivClassName
{
background-color: #5578BD;
}
.BgClassName
{
background-color: #5578BD;
}
</style>
border-color css
<style>
span { border-color: #5578BD; }
span { border-color: rgb(85,120,189); }
td.TdClassName
{
border-color: #5578BD;
}
.TagClassName
{
border-color: #5578BD;
}
</style>