Shades of Havelock Blue #5F7AC4
Tints of Havelock Blue #5F7AC4
RGB
CMYK
RGB Variations
Color information
#5F7AC4 (or 0x5F7AC4) is known color: Havelock Blue. HEX triplet: 5F, 7A and C4. RGB value is (95,122,196). Sum of RGB (Red+Green+Blue) = 95+122+196=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #5F7AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7AC4 is #A0853B. Grayscale: #7A7A7A. Windows color (decimal): -10519868 or 12876383. OLE color: 12876383.
HSL color Cylindrical-coordinate representation of color #5F7AC4: hue angle of 223.96º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F7AC4 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 122 | 196 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.23 |
| HSL | 223.96º | 0.46% | 0.57% | - |
| HSV(B) | 223.96º | 0.52% | 0.77% | - |
| XYZ | 21.64 | 20.34 | 55.01 | - |
| YUV | 122.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 196 | 0.52 | 0.38 | 0 | 0.23 | 223.96 | 0.46 | 0.57 |
| Hex | 5F | 7A | C4 | 34 | 26 | 0 | 17 | E0 | 2E | 39 |
| Octal | 137 | 172 | 304 | 64 | 46 | 0 | 27 | 340 | 56 | 71 |
| Binary | 1011111 | 1111010 | 11000100 | 110100 | 100110 | 0 | 10111 | 11100000 | 101110 | 111001 |
Color Harmonies of #5F7AC4
Complementary color
Monochromatic Colors of #5F7AC4
Black with #5F7AC4
Text Example
Text Example
White with #5F7AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7AC4; }
p { color: rgb(95,122,196); }
H1.HeaderClassName
{
color: #5F7AC4;
}
.AnyTagClassName
{
color: #5F7AC4;
}
</style>
background-color css
<style>
a { background-color: #5F7AC4; }
a { background-color: rgb(95,122,196); }
div.DivClassName
{
background-color: #5F7AC4;
}
.BgClassName
{
background-color: #5F7AC4;
}
</style>
border-color css
<style>
span { border-color: #5F7AC4; }
span { border-color: rgb(95,122,196); }
td.TdClassName
{
border-color: #5F7AC4;
}
.TagClassName
{
border-color: #5F7AC4;
}
</style>