Shades of Havelock Blue #5F7DBD
Tints of Havelock Blue #5F7DBD
RGB
CMYK
RGB Variations
Color information
#5F7DBD (or 0x5F7DBD) is known color: Havelock Blue. HEX triplet: 5F, 7D and BD. RGB value is (95,125,189). Sum of RGB (Red+Green+Blue) = 95+125+189=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F7DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7DBD is #A08242. Grayscale: #7B7B7B. Windows color (decimal): -10519107 or 12418399. OLE color: 12418399.
HSL color Cylindrical-coordinate representation of color #5F7DBD: hue angle of 220.85º 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 #5F7DBD is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 125 | 189 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.26 |
| HSL | 220.85º | 0.42% | 0.56% | - |
| HSV(B) | 220.85º | 0.5% | 0.74% | - |
| XYZ | 21.24 | 20.77 | 51.03 | - |
| YUV | 123.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 189 | 0.50 | 0.34 | 0 | 0.26 | 220.85 | 0.42 | 0.56 |
| Hex | 5F | 7D | BD | 32 | 22 | 0 | 1A | DD | 2A | 38 |
| Octal | 137 | 175 | 275 | 62 | 42 | 0 | 32 | 335 | 52 | 70 |
| Binary | 1011111 | 1111101 | 10111101 | 110010 | 100010 | 0 | 11010 | 11011101 | 101010 | 111000 |
Color Harmonies of #5F7DBD
Complementary color
Monochromatic Colors of #5F7DBD
Black with #5F7DBD
Text Example
Text Example
White with #5F7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7DBD; }
p { color: rgb(95,125,189); }
H1.HeaderClassName
{
color: #5F7DBD;
}
.AnyTagClassName
{
color: #5F7DBD;
}
</style>
background-color css
<style>
a { background-color: #5F7DBD; }
a { background-color: rgb(95,125,189); }
div.DivClassName
{
background-color: #5F7DBD;
}
.BgClassName
{
background-color: #5F7DBD;
}
</style>
border-color css
<style>
span { border-color: #5F7DBD; }
span { border-color: rgb(95,125,189); }
td.TdClassName
{
border-color: #5F7DBD;
}
.TagClassName
{
border-color: #5F7DBD;
}
</style>