Shades of Havelock Blue #5779BC
Tints of Havelock Blue #5779BC
RGB
CMYK
RGB Variations
Color information
#5779BC (or 0x5779BC) is known color: Havelock Blue. HEX triplet: 57, 79 and BC. RGB value is (87,121,188). Sum of RGB (Red+Green+Blue) = 87+121+188=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #5779BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779BC is #A88643. Grayscale: #767676. Windows color (decimal): -11044420 or 12351831. OLE color: 12351831.
HSL color Cylindrical-coordinate representation of color #5779BC: hue angle of 219.8º degrees, saturation: 0.43, 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 #5779BC is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 121 | 188 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.26 |
| HSL | 219.8º | 0.43% | 0.54% | - |
| HSV(B) | 219.8º | 0.54% | 0.74% | - |
| XYZ | 19.84 | 19.33 | 50.26 | - |
| YUV | 118.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 188 | 0.54 | 0.36 | 0 | 0.26 | 219.8 | 0.43 | 0.54 |
| Hex | 57 | 79 | BC | 36 | 24 | 0 | 1A | DC | 2B | 36 |
| Octal | 127 | 171 | 274 | 66 | 44 | 0 | 32 | 334 | 53 | 66 |
| Binary | 1010111 | 1111001 | 10111100 | 110110 | 100100 | 0 | 11010 | 11011100 | 101011 | 110110 |
Color Harmonies of #5779BC
Complementary color
Monochromatic Colors of #5779BC
Black with #5779BC
Text Example
Text Example
White with #5779BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5779BC; }
p { color: rgb(87,121,188); }
H1.HeaderClassName
{
color: #5779BC;
}
.AnyTagClassName
{
color: #5779BC;
}
</style>
background-color css
<style>
a { background-color: #5779BC; }
a { background-color: rgb(87,121,188); }
div.DivClassName
{
background-color: #5779BC;
}
.BgClassName
{
background-color: #5779BC;
}
</style>
border-color css
<style>
span { border-color: #5779BC; }
span { border-color: rgb(87,121,188); }
td.TdClassName
{
border-color: #5779BC;
}
.TagClassName
{
border-color: #5779BC;
}
</style>