Shades of Lynch #5F778C
Tints of Lynch #5F778C
RGB
CMYK
RGB Variations
Color information
#5F778C (or 0x5F778C) is known color: Lynch. HEX triplet: 5F, 77 and 8C. RGB value is (95,119,140). Sum of RGB (Red+Green+Blue) = 95+119+140=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F778C is #A08873. Grayscale: #727272. Windows color (decimal): -10520692 or 9205599. OLE color: 9205599.
HSL color Cylindrical-coordinate representation of color #5F778C: hue angle of 208º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F778C is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 119 | 140 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.45 |
| HSL | 208º | 0.19% | 0.46% | - |
| HSV(B) | 208º | 0.32% | 0.55% | - |
| XYZ | 16.05 | 17.52 | 27.35 | - |
| YUV | 114.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 140 | 0.32 | 0.15 | 0 | 0.45 | 208 | 0.19 | 0.46 |
| Hex | 5F | 77 | 8C | 20 | F | 0 | 2D | D0 | 13 | 2E |
| Octal | 137 | 167 | 214 | 40 | 17 | 0 | 55 | 320 | 23 | 56 |
| Binary | 1011111 | 1110111 | 10001100 | 100000 | 1111 | 0 | 101101 | 11010000 | 10011 | 101110 |
Color Harmonies of #5F778C
Complementary color
Monochromatic Colors of #5F778C
Black with #5F778C
Text Example
Text Example
White with #5F778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F778C; }
p { color: rgb(95,119,140); }
H1.HeaderClassName
{
color: #5F778C;
}
.AnyTagClassName
{
color: #5F778C;
}
</style>
background-color css
<style>
a { background-color: #5F778C; }
a { background-color: rgb(95,119,140); }
div.DivClassName
{
background-color: #5F778C;
}
.BgClassName
{
background-color: #5F778C;
}
</style>
border-color css
<style>
span { border-color: #5F778C; }
span { border-color: rgb(95,119,140); }
td.TdClassName
{
border-color: #5F778C;
}
.TagClassName
{
border-color: #5F778C;
}
</style>