Shades of Havelock Blue #5578BC
Tints of Havelock Blue #5578BC
RGB
CMYK
RGB Variations
Color information
#5578BC (or 0x5578BC) is known color: Havelock Blue. HEX triplet: 55, 78 and BC. RGB value is (85,120,188). Sum of RGB (Red+Green+Blue) = 85+120+188=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #5578BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5578BC is #AA8743. Grayscale: #747474. Windows color (decimal): -11175748 or 12351573. OLE color: 12351573.
HSL color Cylindrical-coordinate representation of color #5578BC: hue angle of 219.61º degrees, saturation: 0.43, 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 #5578BC is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 120 | 188 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.26 |
| HSL | 219.61º | 0.43% | 0.54% | - |
| HSV(B) | 219.61º | 0.55% | 0.74% | - |
| XYZ | 19.54 | 19 | 50.21 | - |
| YUV | 117.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 188 | 0.55 | 0.36 | 0 | 0.26 | 219.61 | 0.43 | 0.54 |
| Hex | 55 | 78 | BC | 37 | 24 | 0 | 1A | DC | 2B | 36 |
| Octal | 125 | 170 | 274 | 67 | 44 | 0 | 32 | 334 | 53 | 66 |
| Binary | 1010101 | 1111000 | 10111100 | 110111 | 100100 | 0 | 11010 | 11011100 | 101011 | 110110 |
Color Harmonies of #5578BC
Complementary color
Monochromatic Colors of #5578BC
Black with #5578BC
Text Example
Text Example
White with #5578BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5578BC; }
p { color: rgb(85,120,188); }
H1.HeaderClassName
{
color: #5578BC;
}
.AnyTagClassName
{
color: #5578BC;
}
</style>
background-color css
<style>
a { background-color: #5578BC; }
a { background-color: rgb(85,120,188); }
div.DivClassName
{
background-color: #5578BC;
}
.BgClassName
{
background-color: #5578BC;
}
</style>
border-color css
<style>
span { border-color: #5578BC; }
span { border-color: rgb(85,120,188); }
td.TdClassName
{
border-color: #5578BC;
}
.TagClassName
{
border-color: #5578BC;
}
</style>