Shades of Havelock Blue #5580C0
Tints of Havelock Blue #5580C0
RGB
CMYK
RGB Variations
Color information
#5580C0 (or 0x5580C0) is known color: Havelock Blue. HEX triplet: 55, 80 and C0. RGB value is (85,128,192). Sum of RGB (Red+Green+Blue) = 85+128+192=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #5580C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5580C0 is #AA7F3F. Grayscale: #7A7A7A. Windows color (decimal): -11173696 or 12615765. OLE color: 12615765.
HSL color Cylindrical-coordinate representation of color #5580C0: hue angle of 215.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5580C0 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 128 | 192 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.25 |
| HSL | 215.89º | 0.46% | 0.54% | - |
| HSV(B) | 215.89º | 0.56% | 0.75% | - |
| XYZ | 20.98 | 21.18 | 52.85 | - |
| YUV | 122.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 192 | 0.56 | 0.33 | 0 | 0.25 | 215.89 | 0.46 | 0.54 |
| Hex | 55 | 80 | C0 | 38 | 21 | 0 | 19 | D8 | 2E | 36 |
| Octal | 125 | 200 | 300 | 70 | 41 | 0 | 31 | 330 | 56 | 66 |
| Binary | 1010101 | 10000000 | 11000000 | 111000 | 100001 | 0 | 11001 | 11011000 | 101110 | 110110 |
Color Harmonies of #5580C0
Complementary color
Monochromatic Colors of #5580C0
Black with #5580C0
Text Example
Text Example
White with #5580C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580C0; }
p { color: rgb(85,128,192); }
H1.HeaderClassName
{
color: #5580C0;
}
.AnyTagClassName
{
color: #5580C0;
}
</style>
background-color css
<style>
a { background-color: #5580C0; }
a { background-color: rgb(85,128,192); }
div.DivClassName
{
background-color: #5580C0;
}
.BgClassName
{
background-color: #5580C0;
}
</style>
border-color css
<style>
span { border-color: #5580C0; }
span { border-color: rgb(85,128,192); }
td.TdClassName
{
border-color: #5580C0;
}
.TagClassName
{
border-color: #5580C0;
}
</style>