Shades of Havelock Blue #5573CE
Tints of Havelock Blue #5573CE
RGB
CMYK
RGB Variations
Color information
#5573CE (or 0x5573CE) is known color: Havelock Blue. HEX triplet: 55, 73 and CE. RGB value is (85,115,206). Sum of RGB (Red+Green+Blue) = 85+115+206=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #5573CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573CE is #AA8C31. Grayscale: #747474. Windows color (decimal): -11177010 or 13529941. OLE color: 13529941.
HSL color Cylindrical-coordinate representation of color #5573CE: hue angle of 225.12º 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 #5573CE is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 115 | 206 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.19 |
| HSL | 225.12º | 0.55% | 0.57% | - |
| HSV(B) | 225.12º | 0.59% | 0.81% | - |
| XYZ | 21.02 | 18.65 | 60.88 | - |
| YUV | 116.4 | 178.56 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 206 | 0.59 | 0.44 | 0 | 0.19 | 225.12 | 0.55 | 0.57 |
| Hex | 55 | 73 | CE | 3B | 2C | 0 | 13 | E1 | 37 | 39 |
| Octal | 125 | 163 | 316 | 73 | 54 | 0 | 23 | 341 | 67 | 71 |
| Binary | 1010101 | 1110011 | 11001110 | 111011 | 101100 | 0 | 10011 | 11100001 | 110111 | 111001 |
Color Harmonies of #5573CE
Complementary color
Monochromatic Colors of #5573CE
Black with #5573CE
Text Example
Text Example
White with #5573CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5573CE; }
p { color: rgb(85,115,206); }
H1.HeaderClassName
{
color: #5573CE;
}
.AnyTagClassName
{
color: #5573CE;
}
</style>
background-color css
<style>
a { background-color: #5573CE; }
a { background-color: rgb(85,115,206); }
div.DivClassName
{
background-color: #5573CE;
}
.BgClassName
{
background-color: #5573CE;
}
</style>
border-color css
<style>
span { border-color: #5573CE; }
span { border-color: rgb(85,115,206); }
td.TdClassName
{
border-color: #5573CE;
}
.TagClassName
{
border-color: #5573CE;
}
</style>