Shades of Havelock Blue #5578CE
Tints of Havelock Blue #5578CE
RGB
CMYK
RGB Variations
Color information
#5578CE (or 0x5578CE) is known color: Havelock Blue. HEX triplet: 55, 78 and CE. RGB value is (85,120,206). Sum of RGB (Red+Green+Blue) = 85+120+206=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #5578CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5578CE is #AA8731. Grayscale: #767676. Windows color (decimal): -11175730 or 13531221. OLE color: 13531221.
HSL color Cylindrical-coordinate representation of color #5578CE: hue angle of 222.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5578CE is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 120 | 206 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.19 |
| HSL | 222.64º | 0.55% | 0.57% | - |
| HSV(B) | 222.64º | 0.59% | 0.81% | - |
| XYZ | 21.6 | 19.82 | 61.08 | - |
| YUV | 119.34 | 176.9 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 206 | 0.59 | 0.42 | 0 | 0.19 | 222.64 | 0.55 | 0.57 |
| Hex | 55 | 78 | CE | 3B | 2A | 0 | 13 | DF | 37 | 39 |
| Octal | 125 | 170 | 316 | 73 | 52 | 0 | 23 | 337 | 67 | 71 |
| Binary | 1010101 | 1111000 | 11001110 | 111011 | 101010 | 0 | 10011 | 11011111 | 110111 | 111001 |
Color Harmonies of #5578CE
Complementary color
Monochromatic Colors of #5578CE
Black with #5578CE
Text Example
Text Example
White with #5578CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5578CE; }
p { color: rgb(85,120,206); }
H1.HeaderClassName
{
color: #5578CE;
}
.AnyTagClassName
{
color: #5578CE;
}
</style>
background-color css
<style>
a { background-color: #5578CE; }
a { background-color: rgb(85,120,206); }
div.DivClassName
{
background-color: #5578CE;
}
.BgClassName
{
background-color: #5578CE;
}
</style>
border-color css
<style>
span { border-color: #5578CE; }
span { border-color: rgb(85,120,206); }
td.TdClassName
{
border-color: #5578CE;
}
.TagClassName
{
border-color: #5578CE;
}
</style>