Shades of Havelock Blue #5777CA
Tints of Havelock Blue #5777CA
RGB
CMYK
RGB Variations
Color information
#5777CA (or 0x5777CA) is known color: Havelock Blue. HEX triplet: 57, 77 and CA. RGB value is (87,119,202). Sum of RGB (Red+Green+Blue) = 87+119+202=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #5777CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5777CA is #A88835. Grayscale: #767676. Windows color (decimal): -11044918 or 13268823. OLE color: 13268823.
HSL color Cylindrical-coordinate representation of color #5777CA: hue angle of 223.3º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5777CA is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 119 | 202 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.21 |
| HSL | 223.3º | 0.52% | 0.57% | - |
| HSV(B) | 223.3º | 0.57% | 0.79% | - |
| XYZ | 21.19 | 19.48 | 58.52 | - |
| YUV | 118.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 119 | 202 | 0.57 | 0.41 | 0 | 0.21 | 223.3 | 0.52 | 0.57 |
| Hex | 57 | 77 | CA | 39 | 29 | 0 | 15 | DF | 34 | 39 |
| Octal | 127 | 167 | 312 | 71 | 51 | 0 | 25 | 337 | 64 | 71 |
| Binary | 1010111 | 1110111 | 11001010 | 111001 | 101001 | 0 | 10101 | 11011111 | 110100 | 111001 |
Color Harmonies of #5777CA
Complementary color
Monochromatic Colors of #5777CA
Black with #5777CA
Text Example
Text Example
White with #5777CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5777CA; }
p { color: rgb(87,119,202); }
H1.HeaderClassName
{
color: #5777CA;
}
.AnyTagClassName
{
color: #5777CA;
}
</style>
background-color css
<style>
a { background-color: #5777CA; }
a { background-color: rgb(87,119,202); }
div.DivClassName
{
background-color: #5777CA;
}
.BgClassName
{
background-color: #5777CA;
}
</style>
border-color css
<style>
span { border-color: #5777CA; }
span { border-color: rgb(87,119,202); }
td.TdClassName
{
border-color: #5777CA;
}
.TagClassName
{
border-color: #5777CA;
}
</style>