Shades of Havelock Blue #5580BD
Tints of Havelock Blue #5580BD
RGB
CMYK
RGB Variations
Color information
#5580BD (or 0x5580BD) is known color: Havelock Blue. HEX triplet: 55, 80 and BD. RGB value is (85,128,189). Sum of RGB (Red+Green+Blue) = 85+128+189=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #5580BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5580BD is #AA7F42. Grayscale: #797979. Windows color (decimal): -11173699 or 12419157. OLE color: 12419157.
HSL color Cylindrical-coordinate representation of color #5580BD: hue angle of 215.19º 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 #5580BD is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 128 | 189 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.26 |
| HSL | 215.19º | 0.44% | 0.54% | - |
| HSV(B) | 215.19º | 0.55% | 0.74% | - |
| XYZ | 20.65 | 21.04 | 51.12 | - |
| YUV | 122.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 189 | 0.55 | 0.32 | 0 | 0.26 | 215.19 | 0.44 | 0.54 |
| Hex | 55 | 80 | BD | 37 | 20 | 0 | 1A | D7 | 2C | 36 |
| Octal | 125 | 200 | 275 | 67 | 40 | 0 | 32 | 327 | 54 | 66 |
| Binary | 1010101 | 10000000 | 10111101 | 110111 | 100000 | 0 | 11010 | 11010111 | 101100 | 110110 |
Color Harmonies of #5580BD
Complementary color
Monochromatic Colors of #5580BD
Black with #5580BD
Text Example
Text Example
White with #5580BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580BD; }
p { color: rgb(85,128,189); }
H1.HeaderClassName
{
color: #5580BD;
}
.AnyTagClassName
{
color: #5580BD;
}
</style>
background-color css
<style>
a { background-color: #5580BD; }
a { background-color: rgb(85,128,189); }
div.DivClassName
{
background-color: #5580BD;
}
.BgClassName
{
background-color: #5580BD;
}
</style>
border-color css
<style>
span { border-color: #5580BD; }
span { border-color: rgb(85,128,189); }
td.TdClassName
{
border-color: #5580BD;
}
.TagClassName
{
border-color: #5580BD;
}
</style>