Shades of Havelock Blue #5578B9
Tints of Havelock Blue #5578B9
RGB
CMYK
RGB Variations
Color information
#5578B9 (or 0x5578B9) is known color: Havelock Blue. HEX triplet: 55, 78 and B9. RGB value is (85,120,185). Sum of RGB (Red+Green+Blue) = 85+120+185=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #5578B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5578B9 is #AA8746. Grayscale: #747474. Windows color (decimal): -11175751 or 12154965. OLE color: 12154965.
HSL color Cylindrical-coordinate representation of color #5578B9: hue angle of 219º 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 #5578B9 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 120 | 185 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.27 |
| HSL | 219º | 0.42% | 0.53% | - |
| HSV(B) | 219º | 0.54% | 0.73% | - |
| XYZ | 19.22 | 18.87 | 48.53 | - |
| YUV | 116.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 185 | 0.54 | 0.35 | 0 | 0.27 | 219 | 0.42 | 0.53 |
| Hex | 55 | 78 | B9 | 36 | 23 | 0 | 1B | DB | 2A | 35 |
| Octal | 125 | 170 | 271 | 66 | 43 | 0 | 33 | 333 | 52 | 65 |
| Binary | 1010101 | 1111000 | 10111001 | 110110 | 100011 | 0 | 11011 | 11011011 | 101010 | 110101 |
Color Harmonies of #5578B9
Complementary color
Monochromatic Colors of #5578B9
Black with #5578B9
Text Example
Text Example
White with #5578B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5578B9; }
p { color: rgb(85,120,185); }
H1.HeaderClassName
{
color: #5578B9;
}
.AnyTagClassName
{
color: #5578B9;
}
</style>
background-color css
<style>
a { background-color: #5578B9; }
a { background-color: rgb(85,120,185); }
div.DivClassName
{
background-color: #5578B9;
}
.BgClassName
{
background-color: #5578B9;
}
</style>
border-color css
<style>
span { border-color: #5578B9; }
span { border-color: rgb(85,120,185); }
td.TdClassName
{
border-color: #5578B9;
}
.TagClassName
{
border-color: #5578B9;
}
</style>