Shades of Havelock Blue #5F7DB8
Tints of Havelock Blue #5F7DB8
RGB
CMYK
RGB Variations
Color information
#5F7DB8 (or 0x5F7DB8) is known color: Havelock Blue. HEX triplet: 5F, 7D and B8. RGB value is (95,125,184). Sum of RGB (Red+Green+Blue) = 95+125+184=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #5F7DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7DB8 is #A08247. Grayscale: #7A7A7A. Windows color (decimal): -10519112 or 12090719. OLE color: 12090719.
HSL color Cylindrical-coordinate representation of color #5F7DB8: hue angle of 219.78º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F7DB8 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 125 | 184 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.28 |
| HSL | 219.78º | 0.39% | 0.55% | - |
| HSV(B) | 219.78º | 0.48% | 0.72% | - |
| XYZ | 20.7 | 20.56 | 48.22 | - |
| YUV | 122.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 184 | 0.48 | 0.32 | 0 | 0.28 | 219.78 | 0.39 | 0.55 |
| Hex | 5F | 7D | B8 | 30 | 20 | 0 | 1C | DC | 27 | 37 |
| Octal | 137 | 175 | 270 | 60 | 40 | 0 | 34 | 334 | 47 | 67 |
| Binary | 1011111 | 1111101 | 10111000 | 110000 | 100000 | 0 | 11100 | 11011100 | 100111 | 110111 |
Color Harmonies of #5F7DB8
Complementary color
Monochromatic Colors of #5F7DB8
Black with #5F7DB8
Text Example
Text Example
White with #5F7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7DB8; }
p { color: rgb(95,125,184); }
H1.HeaderClassName
{
color: #5F7DB8;
}
.AnyTagClassName
{
color: #5F7DB8;
}
</style>
background-color css
<style>
a { background-color: #5F7DB8; }
a { background-color: rgb(95,125,184); }
div.DivClassName
{
background-color: #5F7DB8;
}
.BgClassName
{
background-color: #5F7DB8;
}
</style>
border-color css
<style>
span { border-color: #5F7DB8; }
span { border-color: rgb(95,125,184); }
td.TdClassName
{
border-color: #5F7DB8;
}
.TagClassName
{
border-color: #5F7DB8;
}
</style>