Shades of Havelock Blue #5584D6
Tints of Havelock Blue #5584D6
RGB
CMYK
RGB Variations
Color information
#5584D6 (or 0x5584D6) is known color: Havelock Blue. HEX triplet: 55, 84 and D6. RGB value is (85,132,214). Sum of RGB (Red+Green+Blue) = 85+132+214=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #5584D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5584D6 is #AA7B29. Grayscale: #7E7E7E. Windows color (decimal): -11172650 or 14058581. OLE color: 14058581.
HSL color Cylindrical-coordinate representation of color #5584D6: hue angle of 218.14º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5584D6 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 132 | 214 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.16 |
| HSL | 218.14º | 0.61% | 0.59% | - |
| HSV(B) | 218.14º | 0.6% | 0.84% | - |
| XYZ | 24.14 | 23.29 | 66.84 | - |
| YUV | 127.3 | 176.93 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 214 | 0.60 | 0.38 | 0 | 0.16 | 218.14 | 0.61 | 0.59 |
| Hex | 55 | 84 | D6 | 3C | 26 | 0 | 10 | DA | 3D | 3B |
| Octal | 125 | 204 | 326 | 74 | 46 | 0 | 20 | 332 | 75 | 73 |
| Binary | 1010101 | 10000100 | 11010110 | 111100 | 100110 | 0 | 10000 | 11011010 | 111101 | 111011 |
Color Harmonies of #5584D6
Complementary color
Monochromatic Colors of #5584D6
Black with #5584D6
Text Example
Text Example
White with #5584D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5584D6; }
p { color: rgb(85,132,214); }
H1.HeaderClassName
{
color: #5584D6;
}
.AnyTagClassName
{
color: #5584D6;
}
</style>
background-color css
<style>
a { background-color: #5584D6; }
a { background-color: rgb(85,132,214); }
div.DivClassName
{
background-color: #5584D6;
}
.BgClassName
{
background-color: #5584D6;
}
</style>
border-color css
<style>
span { border-color: #5584D6; }
span { border-color: rgb(85,132,214); }
td.TdClassName
{
border-color: #5584D6;
}
.TagClassName
{
border-color: #5584D6;
}
</style>