Shades of Havelock Blue #5779BD
Tints of Havelock Blue #5779BD
RGB
CMYK
RGB Variations
Color information
#5779BD (or 0x5779BD) is known color: Havelock Blue. HEX triplet: 57, 79 and BD. RGB value is (87,121,189). Sum of RGB (Red+Green+Blue) = 87+121+189=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #5779BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779BD is #A88642. Grayscale: #767676. Windows color (decimal): -11044419 or 12417367. OLE color: 12417367.
HSL color Cylindrical-coordinate representation of color #5779BD: hue angle of 220º 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 #5779BD is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 121 | 189 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.26 |
| HSL | 220º | 0.44% | 0.54% | - |
| HSV(B) | 220º | 0.54% | 0.74% | - |
| XYZ | 19.95 | 19.38 | 50.83 | - |
| YUV | 118.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 189 | 0.54 | 0.36 | 0 | 0.26 | 220 | 0.44 | 0.54 |
| Hex | 57 | 79 | BD | 36 | 24 | 0 | 1A | DC | 2C | 36 |
| Octal | 127 | 171 | 275 | 66 | 44 | 0 | 32 | 334 | 54 | 66 |
| Binary | 1010111 | 1111001 | 10111101 | 110110 | 100100 | 0 | 11010 | 11011100 | 101100 | 110110 |
Color Harmonies of #5779BD
Complementary color
Monochromatic Colors of #5779BD
Black with #5779BD
Text Example
Text Example
White with #5779BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5779BD; }
p { color: rgb(87,121,189); }
H1.HeaderClassName
{
color: #5779BD;
}
.AnyTagClassName
{
color: #5779BD;
}
</style>
background-color css
<style>
a { background-color: #5779BD; }
a { background-color: rgb(87,121,189); }
div.DivClassName
{
background-color: #5779BD;
}
.BgClassName
{
background-color: #5779BD;
}
</style>
border-color css
<style>
span { border-color: #5779BD; }
span { border-color: rgb(87,121,189); }
td.TdClassName
{
border-color: #5779BD;
}
.TagClassName
{
border-color: #5779BD;
}
</style>