Shades of Havelock Blue #5F7DB2
Tints of Havelock Blue #5F7DB2
RGB
CMYK
RGB Variations
Color information
#5F7DB2 (or 0x5F7DB2) is known color: Havelock Blue. HEX triplet: 5F, 7D and B2. RGB value is (95,125,178). Sum of RGB (Red+Green+Blue) = 95+125+178=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #5F7DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7DB2 is #A0824D. Grayscale: #797979. Windows color (decimal): -10519118 or 11697503. OLE color: 11697503.
HSL color Cylindrical-coordinate representation of color #5F7DB2: hue angle of 218.31º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F7DB2 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 125 | 178 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.30 |
| HSL | 218.31º | 0.35% | 0.54% | - |
| HSV(B) | 218.31º | 0.47% | 0.7% | - |
| XYZ | 20.09 | 20.31 | 44.98 | - |
| YUV | 122.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 178 | 0.47 | 0.30 | 0 | 0.30 | 218.31 | 0.35 | 0.54 |
| Hex | 5F | 7D | B2 | 2F | 1E | 0 | 1E | DA | 23 | 36 |
| Octal | 137 | 175 | 262 | 57 | 36 | 0 | 36 | 332 | 43 | 66 |
| Binary | 1011111 | 1111101 | 10110010 | 101111 | 11110 | 0 | 11110 | 11011010 | 100011 | 110110 |
Color Harmonies of #5F7DB2
Complementary color
Monochromatic Colors of #5F7DB2
Black with #5F7DB2
Text Example
Text Example
White with #5F7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7DB2; }
p { color: rgb(95,125,178); }
H1.HeaderClassName
{
color: #5F7DB2;
}
.AnyTagClassName
{
color: #5F7DB2;
}
</style>
background-color css
<style>
a { background-color: #5F7DB2; }
a { background-color: rgb(95,125,178); }
div.DivClassName
{
background-color: #5F7DB2;
}
.BgClassName
{
background-color: #5F7DB2;
}
</style>
border-color css
<style>
span { border-color: #5F7DB2; }
span { border-color: rgb(95,125,178); }
td.TdClassName
{
border-color: #5F7DB2;
}
.TagClassName
{
border-color: #5F7DB2;
}
</style>