Shades of Havelock Blue #5F7BAD
Tints of Havelock Blue #5F7BAD
RGB
CMYK
RGB Variations
Color information
#5F7BAD (or 0x5F7BAD) is known color: Havelock Blue. HEX triplet: 5F, 7B and AD. RGB value is (95,123,173). Sum of RGB (Red+Green+Blue) = 95+123+173=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F7BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7BAD is #A08452. Grayscale: #787878. Windows color (decimal): -10519635 or 11369311. OLE color: 11369311.
HSL color Cylindrical-coordinate representation of color #5F7BAD: hue angle of 218.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F7BAD is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 123 | 173 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.32 |
| HSL | 218.46º | 0.32% | 0.53% | - |
| HSV(B) | 218.46º | 0.45% | 0.68% | - |
| XYZ | 19.35 | 19.62 | 42.3 | - |
| YUV | 120.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 173 | 0.45 | 0.29 | 0 | 0.32 | 218.46 | 0.32 | 0.53 |
| Hex | 5F | 7B | AD | 2D | 1D | 0 | 20 | DA | 20 | 35 |
| Octal | 137 | 173 | 255 | 55 | 35 | 0 | 40 | 332 | 40 | 65 |
| Binary | 1011111 | 1111011 | 10101101 | 101101 | 11101 | 0 | 100000 | 11011010 | 100000 | 110101 |
Color Harmonies of #5F7BAD
Complementary color
Monochromatic Colors of #5F7BAD
Black with #5F7BAD
Text Example
Text Example
White with #5F7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7BAD; }
p { color: rgb(95,123,173); }
H1.HeaderClassName
{
color: #5F7BAD;
}
.AnyTagClassName
{
color: #5F7BAD;
}
</style>
background-color css
<style>
a { background-color: #5F7BAD; }
a { background-color: rgb(95,123,173); }
div.DivClassName
{
background-color: #5F7BAD;
}
.BgClassName
{
background-color: #5F7BAD;
}
</style>
border-color css
<style>
span { border-color: #5F7BAD; }
span { border-color: rgb(95,123,173); }
td.TdClassName
{
border-color: #5F7BAD;
}
.TagClassName
{
border-color: #5F7BAD;
}
</style>