Shades of Havelock Blue #5583BA
Tints of Havelock Blue #5583BA
RGB
CMYK
RGB Variations
Color information
#5583BA (or 0x5583BA) is known color: Havelock Blue. HEX triplet: 55, 83 and BA. RGB value is (85,131,186). Sum of RGB (Red+Green+Blue) = 85+131+186=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #5583BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583BA is #AA7C45. Grayscale: #7B7B7B. Windows color (decimal): -11172934 or 12223317. OLE color: 12223317.
HSL color Cylindrical-coordinate representation of color #5583BA: hue angle of 212.67º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5583BA is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 131 | 186 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.27 |
| HSL | 212.67º | 0.42% | 0.53% | - |
| HSV(B) | 212.67º | 0.54% | 0.73% | - |
| XYZ | 20.73 | 21.71 | 49.55 | - |
| YUV | 123.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 186 | 0.54 | 0.30 | 0 | 0.27 | 212.67 | 0.42 | 0.53 |
| Hex | 55 | 83 | BA | 36 | 1E | 0 | 1B | D5 | 2A | 35 |
| Octal | 125 | 203 | 272 | 66 | 36 | 0 | 33 | 325 | 52 | 65 |
| Binary | 1010101 | 10000011 | 10111010 | 110110 | 11110 | 0 | 11011 | 11010101 | 101010 | 110101 |
Color Harmonies of #5583BA
Complementary color
Monochromatic Colors of #5583BA
Black with #5583BA
Text Example
Text Example
White with #5583BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5583BA; }
p { color: rgb(85,131,186); }
H1.HeaderClassName
{
color: #5583BA;
}
.AnyTagClassName
{
color: #5583BA;
}
</style>
background-color css
<style>
a { background-color: #5583BA; }
a { background-color: rgb(85,131,186); }
div.DivClassName
{
background-color: #5583BA;
}
.BgClassName
{
background-color: #5583BA;
}
</style>
border-color css
<style>
span { border-color: #5583BA; }
span { border-color: rgb(85,131,186); }
td.TdClassName
{
border-color: #5583BA;
}
.TagClassName
{
border-color: #5583BA;
}
</style>