Shades of Havelock Blue #5F7DC9
Tints of Havelock Blue #5F7DC9
RGB
CMYK
RGB Variations
Color information
#5F7DC9 (or 0x5F7DC9) is known color: Havelock Blue. HEX triplet: 5F, 7D and C9. RGB value is (95,125,201). Sum of RGB (Red+Green+Blue) = 95+125+201=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #5F7DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7DC9 is #A08236. Grayscale: #7C7C7C. Windows color (decimal): -10519095 or 13204831. OLE color: 13204831.
HSL color Cylindrical-coordinate representation of color #5F7DC9: hue angle of 223.02º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F7DC9 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 125 | 201 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.21 |
| HSL | 223.02º | 0.5% | 0.58% | - |
| HSV(B) | 223.02º | 0.53% | 0.79% | - |
| XYZ | 22.6 | 21.32 | 58.18 | - |
| YUV | 124.69 | 171.06 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 201 | 0.53 | 0.38 | 0 | 0.21 | 223.02 | 0.5 | 0.58 |
| Hex | 5F | 7D | C9 | 35 | 26 | 0 | 15 | DF | 32 | 3A |
| Octal | 137 | 175 | 311 | 65 | 46 | 0 | 25 | 337 | 62 | 72 |
| Binary | 1011111 | 1111101 | 11001001 | 110101 | 100110 | 0 | 10101 | 11011111 | 110010 | 111010 |
Color Harmonies of #5F7DC9
Complementary color
Monochromatic Colors of #5F7DC9
Black with #5F7DC9
Text Example
Text Example
White with #5F7DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7DC9; }
p { color: rgb(95,125,201); }
H1.HeaderClassName
{
color: #5F7DC9;
}
.AnyTagClassName
{
color: #5F7DC9;
}
</style>
background-color css
<style>
a { background-color: #5F7DC9; }
a { background-color: rgb(95,125,201); }
div.DivClassName
{
background-color: #5F7DC9;
}
.BgClassName
{
background-color: #5F7DC9;
}
</style>
border-color css
<style>
span { border-color: #5F7DC9; }
span { border-color: rgb(95,125,201); }
td.TdClassName
{
border-color: #5F7DC9;
}
.TagClassName
{
border-color: #5F7DC9;
}
</style>