Shades of Havelock Blue #5779C5
Tints of Havelock Blue #5779C5
RGB
CMYK
RGB Variations
Color information
#5779C5 (or 0x5779C5) is known color: Havelock Blue. HEX triplet: 57, 79 and C5. RGB value is (87,121,197). Sum of RGB (Red+Green+Blue) = 87+121+197=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 197 - color contains mainly: blue. Hex color #5779C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779C5 is #A8863A. Grayscale: #777777. Windows color (decimal): -11044411 or 12941655. OLE color: 12941655.
HSL color Cylindrical-coordinate representation of color #5779C5: hue angle of 221.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5779C5 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 121 | 197 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.23 |
| HSL | 221.45º | 0.49% | 0.56% | - |
| HSV(B) | 221.45º | 0.56% | 0.77% | - |
| XYZ | 20.85 | 19.73 | 55.53 | - |
| YUV | 119.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 197 | 0.56 | 0.39 | 0 | 0.23 | 221.45 | 0.49 | 0.56 |
| Hex | 57 | 79 | C5 | 38 | 27 | 0 | 17 | DD | 31 | 38 |
| Octal | 127 | 171 | 305 | 70 | 47 | 0 | 27 | 335 | 61 | 70 |
| Binary | 1010111 | 1111001 | 11000101 | 111000 | 100111 | 0 | 10111 | 11011101 | 110001 | 111000 |
Color Harmonies of #5779C5
Complementary color
Monochromatic Colors of #5779C5
Black with #5779C5
Text Example
Text Example
White with #5779C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5779C5; }
p { color: rgb(87,121,197); }
H1.HeaderClassName
{
color: #5779C5;
}
.AnyTagClassName
{
color: #5779C5;
}
</style>
background-color css
<style>
a { background-color: #5779C5; }
a { background-color: rgb(87,121,197); }
div.DivClassName
{
background-color: #5779C5;
}
.BgClassName
{
background-color: #5779C5;
}
</style>
border-color css
<style>
span { border-color: #5779C5; }
span { border-color: rgb(87,121,197); }
td.TdClassName
{
border-color: #5779C5;
}
.TagClassName
{
border-color: #5779C5;
}
</style>