Shades of Havelock Blue #5F7BC1
Tints of Havelock Blue #5F7BC1
RGB
CMYK
RGB Variations
Color information
#5F7BC1 (or 0x5F7BC1) is known color: Havelock Blue. HEX triplet: 5F, 7B and C1. RGB value is (95,123,193). Sum of RGB (Red+Green+Blue) = 95+123+193=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F7BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7BC1 is #A0843E. Grayscale: #7A7A7A. Windows color (decimal): -10519615 or 12680031. OLE color: 12680031.
HSL color Cylindrical-coordinate representation of color #5F7BC1: hue angle of 222.86º 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 #5F7BC1 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 123 | 193 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.24 |
| HSL | 222.86º | 0.44% | 0.56% | - |
| HSV(B) | 222.86º | 0.51% | 0.76% | - |
| XYZ | 21.43 | 20.45 | 53.27 | - |
| YUV | 122.61 | 167.72 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 193 | 0.51 | 0.36 | 0 | 0.24 | 222.86 | 0.44 | 0.56 |
| Hex | 5F | 7B | C1 | 33 | 24 | 0 | 18 | DF | 2C | 38 |
| Octal | 137 | 173 | 301 | 63 | 44 | 0 | 30 | 337 | 54 | 70 |
| Binary | 1011111 | 1111011 | 11000001 | 110011 | 100100 | 0 | 11000 | 11011111 | 101100 | 111000 |
Color Harmonies of #5F7BC1
Complementary color
Monochromatic Colors of #5F7BC1
Black with #5F7BC1
Text Example
Text Example
White with #5F7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7BC1; }
p { color: rgb(95,123,193); }
H1.HeaderClassName
{
color: #5F7BC1;
}
.AnyTagClassName
{
color: #5F7BC1;
}
</style>
background-color css
<style>
a { background-color: #5F7BC1; }
a { background-color: rgb(95,123,193); }
div.DivClassName
{
background-color: #5F7BC1;
}
.BgClassName
{
background-color: #5F7BC1;
}
</style>
border-color css
<style>
span { border-color: #5F7BC1; }
span { border-color: rgb(95,123,193); }
td.TdClassName
{
border-color: #5F7BC1;
}
.TagClassName
{
border-color: #5F7BC1;
}
</style>