Shades of Havelock Blue #5575B9
Tints of Havelock Blue #5575B9
RGB
CMYK
RGB Variations
Color information
#5575B9 (or 0x5575B9) is known color: Havelock Blue. HEX triplet: 55, 75 and B9. RGB value is (85,117,185). Sum of RGB (Red+Green+Blue) = 85+117+185=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #5575B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5575B9 is #AA8A46. Grayscale: #727272. Windows color (decimal): -11176519 or 12154197. OLE color: 12154197.
HSL color Cylindrical-coordinate representation of color #5575B9: hue angle of 220.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5575B9 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 117 | 185 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.27 |
| HSL | 220.8º | 0.42% | 0.53% | - |
| HSV(B) | 220.8º | 0.54% | 0.73% | - |
| XYZ | 18.86 | 18.16 | 48.41 | - |
| YUV | 115.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 185 | 0.54 | 0.37 | 0 | 0.27 | 220.8 | 0.42 | 0.53 |
| Hex | 55 | 75 | B9 | 36 | 25 | 0 | 1B | DD | 2A | 35 |
| Octal | 125 | 165 | 271 | 66 | 45 | 0 | 33 | 335 | 52 | 65 |
| Binary | 1010101 | 1110101 | 10111001 | 110110 | 100101 | 0 | 11011 | 11011101 | 101010 | 110101 |
Color Harmonies of #5575B9
Complementary color
Monochromatic Colors of #5575B9
Black with #5575B9
Text Example
Text Example
White with #5575B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5575B9; }
p { color: rgb(85,117,185); }
H1.HeaderClassName
{
color: #5575B9;
}
.AnyTagClassName
{
color: #5575B9;
}
</style>
background-color css
<style>
a { background-color: #5575B9; }
a { background-color: rgb(85,117,185); }
div.DivClassName
{
background-color: #5575B9;
}
.BgClassName
{
background-color: #5575B9;
}
</style>
border-color css
<style>
span { border-color: #5575B9; }
span { border-color: rgb(85,117,185); }
td.TdClassName
{
border-color: #5575B9;
}
.TagClassName
{
border-color: #5575B9;
}
</style>