Shades of Havelock Blue #5F7DC1
Tints of Havelock Blue #5F7DC1
RGB
CMYK
RGB Variations
Color information
#5F7DC1 (or 0x5F7DC1) is known color: Havelock Blue. HEX triplet: 5F, 7D and C1. RGB value is (95,125,193). Sum of RGB (Red+Green+Blue) = 95+125+193=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F7DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7DC1 is #A0823E. Grayscale: #7B7B7B. Windows color (decimal): -10519103 or 12680543. OLE color: 12680543.
HSL color Cylindrical-coordinate representation of color #5F7DC1: hue angle of 221.63º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F7DC1 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 125 | 193 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.24 |
| HSL | 221.63º | 0.44% | 0.56% | - |
| HSV(B) | 221.63º | 0.51% | 0.76% | - |
| XYZ | 21.68 | 20.95 | 53.35 | - |
| YUV | 123.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 193 | 0.51 | 0.35 | 0 | 0.24 | 221.63 | 0.44 | 0.56 |
| Hex | 5F | 7D | C1 | 33 | 23 | 0 | 18 | DE | 2C | 38 |
| Octal | 137 | 175 | 301 | 63 | 43 | 0 | 30 | 336 | 54 | 70 |
| Binary | 1011111 | 1111101 | 11000001 | 110011 | 100011 | 0 | 11000 | 11011110 | 101100 | 111000 |
Color Harmonies of #5F7DC1
Complementary color
Monochromatic Colors of #5F7DC1
Black with #5F7DC1
Text Example
Text Example
White with #5F7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7DC1; }
p { color: rgb(95,125,193); }
H1.HeaderClassName
{
color: #5F7DC1;
}
.AnyTagClassName
{
color: #5F7DC1;
}
</style>
background-color css
<style>
a { background-color: #5F7DC1; }
a { background-color: rgb(95,125,193); }
div.DivClassName
{
background-color: #5F7DC1;
}
.BgClassName
{
background-color: #5F7DC1;
}
</style>
border-color css
<style>
span { border-color: #5F7DC1; }
span { border-color: rgb(95,125,193); }
td.TdClassName
{
border-color: #5F7DC1;
}
.TagClassName
{
border-color: #5F7DC1;
}
</style>