Shades of Havelock Blue #5773BD
Tints of Havelock Blue #5773BD
RGB
CMYK
RGB Variations
Color information
#5773BD (or 0x5773BD) is known color: Havelock Blue. HEX triplet: 57, 73 and BD. RGB value is (87,115,189). Sum of RGB (Red+Green+Blue) = 87+115+189=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #5773BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773BD is #A88C42. Grayscale: #727272. Windows color (decimal): -11045955 or 12415831. OLE color: 12415831.
HSL color Cylindrical-coordinate representation of color #5773BD: hue angle of 223.53º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5773BD is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 115 | 189 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.26 |
| HSL | 223.53º | 0.44% | 0.54% | - |
| HSV(B) | 223.53º | 0.54% | 0.74% | - |
| XYZ | 19.25 | 17.96 | 50.6 | - |
| YUV | 115.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 189 | 0.54 | 0.39 | 0 | 0.26 | 223.53 | 0.44 | 0.54 |
| Hex | 57 | 73 | BD | 36 | 27 | 0 | 1A | E0 | 2C | 36 |
| Octal | 127 | 163 | 275 | 66 | 47 | 0 | 32 | 340 | 54 | 66 |
| Binary | 1010111 | 1110011 | 10111101 | 110110 | 100111 | 0 | 11010 | 11100000 | 101100 | 110110 |
Color Harmonies of #5773BD
Complementary color
Monochromatic Colors of #5773BD
Black with #5773BD
Text Example
Text Example
White with #5773BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773BD; }
p { color: rgb(87,115,189); }
H1.HeaderClassName
{
color: #5773BD;
}
.AnyTagClassName
{
color: #5773BD;
}
</style>
background-color css
<style>
a { background-color: #5773BD; }
a { background-color: rgb(87,115,189); }
div.DivClassName
{
background-color: #5773BD;
}
.BgClassName
{
background-color: #5773BD;
}
</style>
border-color css
<style>
span { border-color: #5773BD; }
span { border-color: rgb(87,115,189); }
td.TdClassName
{
border-color: #5773BD;
}
.TagClassName
{
border-color: #5773BD;
}
</style>