Shades of Havelock Blue #5580CB
Tints of Havelock Blue #5580CB
RGB
CMYK
RGB Variations
Color information
#5580CB (or 0x5580CB) is known color: Havelock Blue. HEX triplet: 55, 80 and CB. RGB value is (85,128,203). Sum of RGB (Red+Green+Blue) = 85+128+203=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #5580CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5580CB is #AA7F34. Grayscale: #7B7B7B. Windows color (decimal): -11173685 or 13336661. OLE color: 13336661.
HSL color Cylindrical-coordinate representation of color #5580CB: hue angle of 218.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5580CB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 128 | 203 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.20 |
| HSL | 218.14º | 0.53% | 0.56% | - |
| HSV(B) | 218.14º | 0.58% | 0.8% | - |
| XYZ | 22.24 | 21.68 | 59.51 | - |
| YUV | 123.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 203 | 0.58 | 0.37 | 0 | 0.20 | 218.14 | 0.53 | 0.56 |
| Hex | 55 | 80 | CB | 3A | 25 | 0 | 14 | DA | 35 | 38 |
| Octal | 125 | 200 | 313 | 72 | 45 | 0 | 24 | 332 | 65 | 70 |
| Binary | 1010101 | 10000000 | 11001011 | 111010 | 100101 | 0 | 10100 | 11011010 | 110101 | 111000 |
Color Harmonies of #5580CB
Complementary color
Monochromatic Colors of #5580CB
Black with #5580CB
Text Example
Text Example
White with #5580CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580CB; }
p { color: rgb(85,128,203); }
H1.HeaderClassName
{
color: #5580CB;
}
.AnyTagClassName
{
color: #5580CB;
}
</style>
background-color css
<style>
a { background-color: #5580CB; }
a { background-color: rgb(85,128,203); }
div.DivClassName
{
background-color: #5580CB;
}
.BgClassName
{
background-color: #5580CB;
}
</style>
border-color css
<style>
span { border-color: #5580CB; }
span { border-color: rgb(85,128,203); }
td.TdClassName
{
border-color: #5580CB;
}
.TagClassName
{
border-color: #5580CB;
}
</style>