Shades of Havelock Blue #5584CB
Tints of Havelock Blue #5584CB
RGB
CMYK
RGB Variations
Color information
#5584CB (or 0x5584CB) is known color: Havelock Blue. HEX triplet: 55, 84 and CB. RGB value is (85,132,203). Sum of RGB (Red+Green+Blue) = 85+132+203=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #5584CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5584CB is #AA7B34. Grayscale: #7D7D7D. Windows color (decimal): -11172661 or 13337685. OLE color: 13337685.
HSL color Cylindrical-coordinate representation of color #5584CB: hue angle of 216.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5584CB is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 132 | 203 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.20 |
| HSL | 216.1º | 0.53% | 0.56% | - |
| HSV(B) | 216.1º | 0.58% | 0.8% | - |
| XYZ | 22.78 | 22.75 | 59.69 | - |
| YUV | 126.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 203 | 0.58 | 0.35 | 0 | 0.20 | 216.1 | 0.53 | 0.56 |
| Hex | 55 | 84 | CB | 3A | 23 | 0 | 14 | D8 | 35 | 38 |
| Octal | 125 | 204 | 313 | 72 | 43 | 0 | 24 | 330 | 65 | 70 |
| Binary | 1010101 | 10000100 | 11001011 | 111010 | 100011 | 0 | 10100 | 11011000 | 110101 | 111000 |
Color Harmonies of #5584CB
Complementary color
Monochromatic Colors of #5584CB
Black with #5584CB
Text Example
Text Example
White with #5584CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5584CB; }
p { color: rgb(85,132,203); }
H1.HeaderClassName
{
color: #5584CB;
}
.AnyTagClassName
{
color: #5584CB;
}
</style>
background-color css
<style>
a { background-color: #5584CB; }
a { background-color: rgb(85,132,203); }
div.DivClassName
{
background-color: #5584CB;
}
.BgClassName
{
background-color: #5584CB;
}
</style>
border-color css
<style>
span { border-color: #5584CB; }
span { border-color: rgb(85,132,203); }
td.TdClassName
{
border-color: #5584CB;
}
.TagClassName
{
border-color: #5584CB;
}
</style>