Shades of Havelock Blue #5582BC
Tints of Havelock Blue #5582BC
RGB
CMYK
RGB Variations
Color information
#5582BC (or 0x5582BC) is known color: Havelock Blue. HEX triplet: 55, 82 and BC. RGB value is (85,130,188). Sum of RGB (Red+Green+Blue) = 85+130+188=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #5582BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5582BC is #AA7D43. Grayscale: #7A7A7A. Windows color (decimal): -11173188 or 12354133. OLE color: 12354133.
HSL color Cylindrical-coordinate representation of color #5582BC: hue angle of 213.79º 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 #5582BC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 130 | 188 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.26 |
| HSL | 213.79º | 0.43% | 0.54% | - |
| HSV(B) | 213.79º | 0.55% | 0.74% | - |
| XYZ | 20.81 | 21.53 | 50.64 | - |
| YUV | 123.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 188 | 0.55 | 0.31 | 0 | 0.26 | 213.79 | 0.43 | 0.54 |
| Hex | 55 | 82 | BC | 37 | 1F | 0 | 1A | D6 | 2B | 36 |
| Octal | 125 | 202 | 274 | 67 | 37 | 0 | 32 | 326 | 53 | 66 |
| Binary | 1010101 | 10000010 | 10111100 | 110111 | 11111 | 0 | 11010 | 11010110 | 101011 | 110110 |
Color Harmonies of #5582BC
Complementary color
Monochromatic Colors of #5582BC
Black with #5582BC
Text Example
Text Example
White with #5582BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5582BC; }
p { color: rgb(85,130,188); }
H1.HeaderClassName
{
color: #5582BC;
}
.AnyTagClassName
{
color: #5582BC;
}
</style>
background-color css
<style>
a { background-color: #5582BC; }
a { background-color: rgb(85,130,188); }
div.DivClassName
{
background-color: #5582BC;
}
.BgClassName
{
background-color: #5582BC;
}
</style>
border-color css
<style>
span { border-color: #5582BC; }
span { border-color: rgb(85,130,188); }
td.TdClassName
{
border-color: #5582BC;
}
.TagClassName
{
border-color: #5582BC;
}
</style>