Shades of Havelock Blue #5578BA
Tints of Havelock Blue #5578BA
RGB
CMYK
RGB Variations
Color information
#5578BA (or 0x5578BA) is known color: Havelock Blue. HEX triplet: 55, 78 and BA. RGB value is (85,120,186). Sum of RGB (Red+Green+Blue) = 85+120+186=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #5578BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5578BA is #AA8745. Grayscale: #747474. Windows color (decimal): -11175750 or 12220501. OLE color: 12220501.
HSL color Cylindrical-coordinate representation of color #5578BA: hue angle of 219.21º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5578BA is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 120 | 186 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.27 |
| HSL | 219.21º | 0.42% | 0.53% | - |
| HSV(B) | 219.21º | 0.54% | 0.73% | - |
| XYZ | 19.33 | 18.91 | 49.09 | - |
| YUV | 117.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 186 | 0.54 | 0.35 | 0 | 0.27 | 219.21 | 0.42 | 0.53 |
| Hex | 55 | 78 | BA | 36 | 23 | 0 | 1B | DB | 2A | 35 |
| Octal | 125 | 170 | 272 | 66 | 43 | 0 | 33 | 333 | 52 | 65 |
| Binary | 1010101 | 1111000 | 10111010 | 110110 | 100011 | 0 | 11011 | 11011011 | 101010 | 110101 |
Color Harmonies of #5578BA
Complementary color
Monochromatic Colors of #5578BA
Black with #5578BA
Text Example
Text Example
White with #5578BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5578BA; }
p { color: rgb(85,120,186); }
H1.HeaderClassName
{
color: #5578BA;
}
.AnyTagClassName
{
color: #5578BA;
}
</style>
background-color css
<style>
a { background-color: #5578BA; }
a { background-color: rgb(85,120,186); }
div.DivClassName
{
background-color: #5578BA;
}
.BgClassName
{
background-color: #5578BA;
}
</style>
border-color css
<style>
span { border-color: #5578BA; }
span { border-color: rgb(85,120,186); }
td.TdClassName
{
border-color: #5578BA;
}
.TagClassName
{
border-color: #5578BA;
}
</style>