Shades of Havelock Blue #5575B1
Tints of Havelock Blue #5575B1
RGB
CMYK
RGB Variations
Color information
#5575B1 (or 0x5575B1) is known color: Havelock Blue. HEX triplet: 55, 75 and B1. RGB value is (85,117,177). Sum of RGB (Red+Green+Blue) = 85+117+177=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #5575B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5575B1 is #AA8A4E. Grayscale: #727272. Windows color (decimal): -11176527 or 11629909. OLE color: 11629909.
HSL color Cylindrical-coordinate representation of color #5575B1: hue angle of 219.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5575B1 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 117 | 177 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.31 |
| HSL | 219.13º | 0.37% | 0.51% | - |
| HSV(B) | 219.13º | 0.52% | 0.69% | - |
| XYZ | 18.04 | 17.83 | 44.09 | - |
| YUV | 114.27 | 163.4 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 177 | 0.52 | 0.34 | 0 | 0.31 | 219.13 | 0.37 | 0.51 |
| Hex | 55 | 75 | B1 | 34 | 22 | 0 | 1F | DB | 25 | 33 |
| Octal | 125 | 165 | 261 | 64 | 42 | 0 | 37 | 333 | 45 | 63 |
| Binary | 1010101 | 1110101 | 10110001 | 110100 | 100010 | 0 | 11111 | 11011011 | 100101 | 110011 |
Color Harmonies of #5575B1
Complementary color
Monochromatic Colors of #5575B1
Black with #5575B1
Text Example
Text Example
White with #5575B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5575B1; }
p { color: rgb(85,117,177); }
H1.HeaderClassName
{
color: #5575B1;
}
.AnyTagClassName
{
color: #5575B1;
}
</style>
background-color css
<style>
a { background-color: #5575B1; }
a { background-color: rgb(85,117,177); }
div.DivClassName
{
background-color: #5575B1;
}
.BgClassName
{
background-color: #5575B1;
}
</style>
border-color css
<style>
span { border-color: #5575B1; }
span { border-color: rgb(85,117,177); }
td.TdClassName
{
border-color: #5575B1;
}
.TagClassName
{
border-color: #5575B1;
}
</style>