Shades of Havelock Blue #5F7DCD
Tints of Havelock Blue #5F7DCD
RGB
CMYK
RGB Variations
Color information
#5F7DCD (or 0x5F7DCD) is known color: Havelock Blue. HEX triplet: 5F, 7D and CD. RGB value is (95,125,205). Sum of RGB (Red+Green+Blue) = 95+125+205=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F7DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7DCD is #A08232. Grayscale: #7C7C7C. Windows color (decimal): -10519091 or 13466975. OLE color: 13466975.
HSL color Cylindrical-coordinate representation of color #5F7DCD: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F7DCD is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 125 | 205 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.20 |
| HSL | 223.64º | 0.52% | 0.59% | - |
| HSV(B) | 223.64º | 0.54% | 0.8% | - |
| XYZ | 23.07 | 21.51 | 60.69 | - |
| YUV | 125.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 205 | 0.54 | 0.39 | 0 | 0.20 | 223.64 | 0.52 | 0.59 |
| Hex | 5F | 7D | CD | 36 | 27 | 0 | 14 | E0 | 34 | 3B |
| Octal | 137 | 175 | 315 | 66 | 47 | 0 | 24 | 340 | 64 | 73 |
| Binary | 1011111 | 1111101 | 11001101 | 110110 | 100111 | 0 | 10100 | 11100000 | 110100 | 111011 |
Color Harmonies of #5F7DCD
Complementary color
Monochromatic Colors of #5F7DCD
Black with #5F7DCD
Text Example
Text Example
White with #5F7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7DCD; }
p { color: rgb(95,125,205); }
H1.HeaderClassName
{
color: #5F7DCD;
}
.AnyTagClassName
{
color: #5F7DCD;
}
</style>
background-color css
<style>
a { background-color: #5F7DCD; }
a { background-color: rgb(95,125,205); }
div.DivClassName
{
background-color: #5F7DCD;
}
.BgClassName
{
background-color: #5F7DCD;
}
</style>
border-color css
<style>
span { border-color: #5F7DCD; }
span { border-color: rgb(95,125,205); }
td.TdClassName
{
border-color: #5F7DCD;
}
.TagClassName
{
border-color: #5F7DCD;
}
</style>