Shades of Havelock Blue #5F7BBD
Tints of Havelock Blue #5F7BBD
RGB
CMYK
RGB Variations
Color information
#5F7BBD (or 0x5F7BBD) is known color: Havelock Blue. HEX triplet: 5F, 7B and BD. RGB value is (95,123,189). Sum of RGB (Red+Green+Blue) = 95+123+189=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F7BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7BBD is #A08442. Grayscale: #797979. Windows color (decimal): -10519619 or 12417887. OLE color: 12417887.
HSL color Cylindrical-coordinate representation of color #5F7BBD: hue angle of 222.13º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F7BBD is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 123 | 189 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.26 |
| HSL | 222.13º | 0.42% | 0.56% | - |
| HSV(B) | 222.13º | 0.5% | 0.74% | - |
| XYZ | 20.99 | 20.27 | 50.95 | - |
| YUV | 122.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 189 | 0.50 | 0.35 | 0 | 0.26 | 222.13 | 0.42 | 0.56 |
| Hex | 5F | 7B | BD | 32 | 23 | 0 | 1A | DE | 2A | 38 |
| Octal | 137 | 173 | 275 | 62 | 43 | 0 | 32 | 336 | 52 | 70 |
| Binary | 1011111 | 1111011 | 10111101 | 110010 | 100011 | 0 | 11010 | 11011110 | 101010 | 111000 |
Color Harmonies of #5F7BBD
Complementary color
Monochromatic Colors of #5F7BBD
Black with #5F7BBD
Text Example
Text Example
White with #5F7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7BBD; }
p { color: rgb(95,123,189); }
H1.HeaderClassName
{
color: #5F7BBD;
}
.AnyTagClassName
{
color: #5F7BBD;
}
</style>
background-color css
<style>
a { background-color: #5F7BBD; }
a { background-color: rgb(95,123,189); }
div.DivClassName
{
background-color: #5F7BBD;
}
.BgClassName
{
background-color: #5F7BBD;
}
</style>
border-color css
<style>
span { border-color: #5F7BBD; }
span { border-color: rgb(95,123,189); }
td.TdClassName
{
border-color: #5F7BBD;
}
.TagClassName
{
border-color: #5F7BBD;
}
</style>