Shades of Havelock Blue #5774B7
Tints of Havelock Blue #5774B7
RGB
CMYK
RGB Variations
Color information
#5774B7 (or 0x5774B7) is known color: Havelock Blue. HEX triplet: 57, 74 and B7. RGB value is (87,116,183). Sum of RGB (Red+Green+Blue) = 87+116+183=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #5774B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774B7 is #A88B48. Grayscale: #727272. Windows color (decimal): -11045705 or 12022871. OLE color: 12022871.
HSL color Cylindrical-coordinate representation of color #5774B7: hue angle of 221.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5774B7 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 116 | 183 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.28 |
| HSL | 221.88º | 0.4% | 0.53% | - |
| HSV(B) | 221.88º | 0.52% | 0.72% | - |
| XYZ | 18.72 | 17.94 | 47.27 | - |
| YUV | 114.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 183 | 0.52 | 0.37 | 0 | 0.28 | 221.88 | 0.4 | 0.53 |
| Hex | 57 | 74 | B7 | 34 | 25 | 0 | 1C | DE | 28 | 35 |
| Octal | 127 | 164 | 267 | 64 | 45 | 0 | 34 | 336 | 50 | 65 |
| Binary | 1010111 | 1110100 | 10110111 | 110100 | 100101 | 0 | 11100 | 11011110 | 101000 | 110101 |
Color Harmonies of #5774B7
Complementary color
Monochromatic Colors of #5774B7
Black with #5774B7
Text Example
Text Example
White with #5774B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5774B7; }
p { color: rgb(87,116,183); }
H1.HeaderClassName
{
color: #5774B7;
}
.AnyTagClassName
{
color: #5774B7;
}
</style>
background-color css
<style>
a { background-color: #5774B7; }
a { background-color: rgb(87,116,183); }
div.DivClassName
{
background-color: #5774B7;
}
.BgClassName
{
background-color: #5774B7;
}
</style>
border-color css
<style>
span { border-color: #5774B7; }
span { border-color: rgb(87,116,183); }
td.TdClassName
{
border-color: #5774B7;
}
.TagClassName
{
border-color: #5774B7;
}
</style>