Shades of Havelock Blue #5779B5
Tints of Havelock Blue #5779B5
RGB
CMYK
RGB Variations
Color information
#5779B5 (or 0x5779B5) is known color: Havelock Blue. HEX triplet: 57, 79 and B5. RGB value is (87,121,181). Sum of RGB (Red+Green+Blue) = 87+121+181=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #5779B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779B5 is #A8864A. Grayscale: #757575. Windows color (decimal): -11044427 or 11893079. OLE color: 11893079.
HSL color Cylindrical-coordinate representation of color #5779B5: hue angle of 218.3º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5779B5 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 121 | 181 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.29 |
| HSL | 218.3º | 0.39% | 0.53% | - |
| HSV(B) | 218.3º | 0.52% | 0.71% | - |
| XYZ | 19.11 | 19.04 | 46.38 | - |
| YUV | 117.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 181 | 0.52 | 0.33 | 0 | 0.29 | 218.3 | 0.39 | 0.53 |
| Hex | 57 | 79 | B5 | 34 | 21 | 0 | 1D | DA | 27 | 35 |
| Octal | 127 | 171 | 265 | 64 | 41 | 0 | 35 | 332 | 47 | 65 |
| Binary | 1010111 | 1111001 | 10110101 | 110100 | 100001 | 0 | 11101 | 11011010 | 100111 | 110101 |
Color Harmonies of #5779B5
Complementary color
Monochromatic Colors of #5779B5
Black with #5779B5
Text Example
Text Example
White with #5779B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5779B5; }
p { color: rgb(87,121,181); }
H1.HeaderClassName
{
color: #5779B5;
}
.AnyTagClassName
{
color: #5779B5;
}
</style>
background-color css
<style>
a { background-color: #5779B5; }
a { background-color: rgb(87,121,181); }
div.DivClassName
{
background-color: #5779B5;
}
.BgClassName
{
background-color: #5779B5;
}
</style>
border-color css
<style>
span { border-color: #5779B5; }
span { border-color: rgb(87,121,181); }
td.TdClassName
{
border-color: #5779B5;
}
.TagClassName
{
border-color: #5779B5;
}
</style>