Shades of Havelock Blue #5573C3
Tints of Havelock Blue #5573C3
RGB
CMYK
RGB Variations
Color information
#5573C3 (or 0x5573C3) is known color: Havelock Blue. HEX triplet: 55, 73 and C3. RGB value is (85,115,195). Sum of RGB (Red+Green+Blue) = 85+115+195=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #5573C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573C3 is #AA8C3C. Grayscale: #727272. Windows color (decimal): -11177021 or 12809045. OLE color: 12809045.
HSL color Cylindrical-coordinate representation of color #5573C3: hue angle of 223.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5573C3 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 115 | 195 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.24 |
| HSL | 223.64º | 0.48% | 0.55% | - |
| HSV(B) | 223.64º | 0.56% | 0.76% | - |
| XYZ | 19.73 | 18.13 | 54.09 | - |
| YUV | 115.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 195 | 0.56 | 0.41 | 0 | 0.24 | 223.64 | 0.48 | 0.55 |
| Hex | 55 | 73 | C3 | 38 | 29 | 0 | 18 | E0 | 30 | 37 |
| Octal | 125 | 163 | 303 | 70 | 51 | 0 | 30 | 340 | 60 | 67 |
| Binary | 1010101 | 1110011 | 11000011 | 111000 | 101001 | 0 | 11000 | 11100000 | 110000 | 110111 |
Color Harmonies of #5573C3
Complementary color
Monochromatic Colors of #5573C3
Black with #5573C3
Text Example
Text Example
White with #5573C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5573C3; }
p { color: rgb(85,115,195); }
H1.HeaderClassName
{
color: #5573C3;
}
.AnyTagClassName
{
color: #5573C3;
}
</style>
background-color css
<style>
a { background-color: #5573C3; }
a { background-color: rgb(85,115,195); }
div.DivClassName
{
background-color: #5573C3;
}
.BgClassName
{
background-color: #5573C3;
}
</style>
border-color css
<style>
span { border-color: #5573C3; }
span { border-color: rgb(85,115,195); }
td.TdClassName
{
border-color: #5573C3;
}
.TagClassName
{
border-color: #5573C3;
}
</style>