Shades of Havelock Blue #5584BF
Tints of Havelock Blue #5584BF
RGB
CMYK
RGB Variations
Color information
#5584BF (or 0x5584BF) is known color: Havelock Blue. HEX triplet: 55, 84 and BF. RGB value is (85,132,191). Sum of RGB (Red+Green+Blue) = 85+132+191=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #5584BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5584BF is #AA7B40. Grayscale: #7C7C7C. Windows color (decimal): -11172673 or 12551253. OLE color: 12551253.
HSL color Cylindrical-coordinate representation of color #5584BF: hue angle of 213.4º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5584BF is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 132 | 191 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.25 |
| HSL | 213.4º | 0.45% | 0.54% | - |
| HSV(B) | 213.4º | 0.55% | 0.75% | - |
| XYZ | 21.4 | 22.2 | 52.45 | - |
| YUV | 124.67 | 165.43 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 191 | 0.55 | 0.31 | 0 | 0.25 | 213.4 | 0.45 | 0.54 |
| Hex | 55 | 84 | BF | 37 | 1F | 0 | 19 | D5 | 2D | 36 |
| Octal | 125 | 204 | 277 | 67 | 37 | 0 | 31 | 325 | 55 | 66 |
| Binary | 1010101 | 10000100 | 10111111 | 110111 | 11111 | 0 | 11001 | 11010101 | 101101 | 110110 |
Color Harmonies of #5584BF
Complementary color
Monochromatic Colors of #5584BF
Black with #5584BF
Text Example
Text Example
White with #5584BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5584BF; }
p { color: rgb(85,132,191); }
H1.HeaderClassName
{
color: #5584BF;
}
.AnyTagClassName
{
color: #5584BF;
}
</style>
background-color css
<style>
a { background-color: #5584BF; }
a { background-color: rgb(85,132,191); }
div.DivClassName
{
background-color: #5584BF;
}
.BgClassName
{
background-color: #5584BF;
}
</style>
border-color css
<style>
span { border-color: #5584BF; }
span { border-color: rgb(85,132,191); }
td.TdClassName
{
border-color: #5584BF;
}
.TagClassName
{
border-color: #5584BF;
}
</style>