Shades of Havelock Blue #5F7FB1
Tints of Havelock Blue #5F7FB1
RGB
CMYK
RGB Variations
Color information
#5F7FB1 (or 0x5F7FB1) is known color: Havelock Blue. HEX triplet: 5F, 7F and B1. RGB value is (95,127,177). Sum of RGB (Red+Green+Blue) = 95+127+177=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: blue. Hex color #5F7FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7FB1 is #A0804E. Grayscale: #7A7A7A. Windows color (decimal): -10518607 or 11632479. OLE color: 11632479.
HSL color Cylindrical-coordinate representation of color #5F7FB1: hue angle of 216.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F7FB1 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 127 | 177 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.31 |
| HSL | 216.59º | 0.34% | 0.53% | - |
| HSV(B) | 216.59º | 0.46% | 0.69% | - |
| XYZ | 20.24 | 20.79 | 44.54 | - |
| YUV | 123.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 177 | 0.46 | 0.28 | 0 | 0.31 | 216.59 | 0.34 | 0.53 |
| Hex | 5F | 7F | B1 | 2E | 1C | 0 | 1F | D9 | 22 | 35 |
| Octal | 137 | 177 | 261 | 56 | 34 | 0 | 37 | 331 | 42 | 65 |
| Binary | 1011111 | 1111111 | 10110001 | 101110 | 11100 | 0 | 11111 | 11011001 | 100010 | 110101 |
Color Harmonies of #5F7FB1
Complementary color
Monochromatic Colors of #5F7FB1
Black with #5F7FB1
Text Example
Text Example
White with #5F7FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7FB1; }
p { color: rgb(95,127,177); }
H1.HeaderClassName
{
color: #5F7FB1;
}
.AnyTagClassName
{
color: #5F7FB1;
}
</style>
background-color css
<style>
a { background-color: #5F7FB1; }
a { background-color: rgb(95,127,177); }
div.DivClassName
{
background-color: #5F7FB1;
}
.BgClassName
{
background-color: #5F7FB1;
}
</style>
border-color css
<style>
span { border-color: #5F7FB1; }
span { border-color: rgb(95,127,177); }
td.TdClassName
{
border-color: #5F7FB1;
}
.TagClassName
{
border-color: #5F7FB1;
}
</style>