Shades of Havelock Blue #5583BB
Tints of Havelock Blue #5583BB
RGB
CMYK
RGB Variations
Color information
#5583BB (or 0x5583BB) is known color: Havelock Blue. HEX triplet: 55, 83 and BB. RGB value is (85,131,187). Sum of RGB (Red+Green+Blue) = 85+131+187=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #5583BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583BB is #AA7C44. Grayscale: #7B7B7B. Windows color (decimal): -11172933 or 12288853. OLE color: 12288853.
HSL color Cylindrical-coordinate representation of color #5583BB: hue angle of 212.94º 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 #5583BB is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 131 | 187 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.27 |
| HSL | 212.94º | 0.43% | 0.53% | - |
| HSV(B) | 212.94º | 0.55% | 0.73% | - |
| XYZ | 20.83 | 21.75 | 50.11 | - |
| YUV | 123.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 187 | 0.55 | 0.30 | 0 | 0.27 | 212.94 | 0.43 | 0.53 |
| Hex | 55 | 83 | BB | 37 | 1E | 0 | 1B | D5 | 2B | 35 |
| Octal | 125 | 203 | 273 | 67 | 36 | 0 | 33 | 325 | 53 | 65 |
| Binary | 1010101 | 10000011 | 10111011 | 110111 | 11110 | 0 | 11011 | 11010101 | 101011 | 110101 |
Color Harmonies of #5583BB
Complementary color
Monochromatic Colors of #5583BB
Black with #5583BB
Text Example
Text Example
White with #5583BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5583BB; }
p { color: rgb(85,131,187); }
H1.HeaderClassName
{
color: #5583BB;
}
.AnyTagClassName
{
color: #5583BB;
}
</style>
background-color css
<style>
a { background-color: #5583BB; }
a { background-color: rgb(85,131,187); }
div.DivClassName
{
background-color: #5583BB;
}
.BgClassName
{
background-color: #5583BB;
}
</style>
border-color css
<style>
span { border-color: #5583BB; }
span { border-color: rgb(85,131,187); }
td.TdClassName
{
border-color: #5583BB;
}
.TagClassName
{
border-color: #5583BB;
}
</style>