Shades of Havelock Blue #5579BB
Tints of Havelock Blue #5579BB
RGB
CMYK
RGB Variations
Color information
#5579BB (or 0x5579BB) is known color: Havelock Blue. HEX triplet: 55, 79 and BB. RGB value is (85,121,187). Sum of RGB (Red+Green+Blue) = 85+121+187=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #5579BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579BB is #AA8644. Grayscale: #757575. Windows color (decimal): -11175493 or 12286293. OLE color: 12286293.
HSL color Cylindrical-coordinate representation of color #5579BB: hue angle of 218.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5579BB is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 121 | 187 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.27 |
| HSL | 218.82º | 0.43% | 0.53% | - |
| HSV(B) | 218.82º | 0.55% | 0.73% | - |
| XYZ | 19.55 | 19.19 | 49.69 | - |
| YUV | 117.76 | 167.07 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 187 | 0.55 | 0.35 | 0 | 0.27 | 218.82 | 0.43 | 0.53 |
| Hex | 55 | 79 | BB | 37 | 23 | 0 | 1B | DB | 2B | 35 |
| Octal | 125 | 171 | 273 | 67 | 43 | 0 | 33 | 333 | 53 | 65 |
| Binary | 1010101 | 1111001 | 10111011 | 110111 | 100011 | 0 | 11011 | 11011011 | 101011 | 110101 |
Color Harmonies of #5579BB
Complementary color
Monochromatic Colors of #5579BB
Black with #5579BB
Text Example
Text Example
White with #5579BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5579BB; }
p { color: rgb(85,121,187); }
H1.HeaderClassName
{
color: #5579BB;
}
.AnyTagClassName
{
color: #5579BB;
}
</style>
background-color css
<style>
a { background-color: #5579BB; }
a { background-color: rgb(85,121,187); }
div.DivClassName
{
background-color: #5579BB;
}
.BgClassName
{
background-color: #5579BB;
}
</style>
border-color css
<style>
span { border-color: #5579BB; }
span { border-color: rgb(85,121,187); }
td.TdClassName
{
border-color: #5579BB;
}
.TagClassName
{
border-color: #5579BB;
}
</style>