Shades of Havelock Blue #5F77CF
Tints of Havelock Blue #5F77CF
RGB
CMYK
RGB Variations
Color information
#5F77CF (or 0x5F77CF) is known color: Havelock Blue. HEX triplet: 5F, 77 and CF. RGB value is (95,119,207). Sum of RGB (Red+Green+Blue) = 95+119+207=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F77CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F77CF is #A08830. Grayscale: #797979. Windows color (decimal): -10520625 or 13596511. OLE color: 13596511.
HSL color Cylindrical-coordinate representation of color #5F77CF: hue angle of 227.14º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F77CF is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 119 | 207 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.19 |
| HSL | 227.14º | 0.54% | 0.59% | - |
| HSV(B) | 227.14º | 0.54% | 0.81% | - |
| XYZ | 22.58 | 20.13 | 61.73 | - |
| YUV | 121.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 207 | 0.54 | 0.43 | 0 | 0.19 | 227.14 | 0.54 | 0.59 |
| Hex | 5F | 77 | CF | 36 | 2B | 0 | 13 | E3 | 36 | 3B |
| Octal | 137 | 167 | 317 | 66 | 53 | 0 | 23 | 343 | 66 | 73 |
| Binary | 1011111 | 1110111 | 11001111 | 110110 | 101011 | 0 | 10011 | 11100011 | 110110 | 111011 |
Color Harmonies of #5F77CF
Complementary color
Monochromatic Colors of #5F77CF
Black with #5F77CF
Text Example
Text Example
White with #5F77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F77CF; }
p { color: rgb(95,119,207); }
H1.HeaderClassName
{
color: #5F77CF;
}
.AnyTagClassName
{
color: #5F77CF;
}
</style>
background-color css
<style>
a { background-color: #5F77CF; }
a { background-color: rgb(95,119,207); }
div.DivClassName
{
background-color: #5F77CF;
}
.BgClassName
{
background-color: #5F77CF;
}
</style>
border-color css
<style>
span { border-color: #5F77CF; }
span { border-color: rgb(95,119,207); }
td.TdClassName
{
border-color: #5F77CF;
}
.TagClassName
{
border-color: #5F77CF;
}
</style>