Shades of Havelock Blue #5774B9
Tints of Havelock Blue #5774B9
RGB
CMYK
RGB Variations
Color information
#5774B9 (or 0x5774B9) is known color: Havelock Blue. HEX triplet: 57, 74 and B9. RGB value is (87,116,185). Sum of RGB (Red+Green+Blue) = 87+116+185=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #5774B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774B9 is #A88B46. Grayscale: #727272. Windows color (decimal): -11045703 or 12153943. OLE color: 12153943.
HSL color Cylindrical-coordinate representation of color #5774B9: hue angle of 222.24º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5774B9 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 116 | 185 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.27 |
| HSL | 222.24º | 0.41% | 0.53% | - |
| HSV(B) | 222.24º | 0.53% | 0.73% | - |
| XYZ | 18.93 | 18.02 | 48.38 | - |
| YUV | 115.2 | 167.39 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 185 | 0.53 | 0.37 | 0 | 0.27 | 222.24 | 0.41 | 0.53 |
| Hex | 57 | 74 | B9 | 35 | 25 | 0 | 1B | DE | 29 | 35 |
| Octal | 127 | 164 | 271 | 65 | 45 | 0 | 33 | 336 | 51 | 65 |
| Binary | 1010111 | 1110100 | 10111001 | 110101 | 100101 | 0 | 11011 | 11011110 | 101001 | 110101 |
Color Harmonies of #5774B9
Complementary color
Monochromatic Colors of #5774B9
Black with #5774B9
Text Example
Text Example
White with #5774B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5774B9; }
p { color: rgb(87,116,185); }
H1.HeaderClassName
{
color: #5774B9;
}
.AnyTagClassName
{
color: #5774B9;
}
</style>
background-color css
<style>
a { background-color: #5774B9; }
a { background-color: rgb(87,116,185); }
div.DivClassName
{
background-color: #5774B9;
}
.BgClassName
{
background-color: #5774B9;
}
</style>
border-color css
<style>
span { border-color: #5774B9; }
span { border-color: rgb(87,116,185); }
td.TdClassName
{
border-color: #5774B9;
}
.TagClassName
{
border-color: #5774B9;
}
</style>