Shades of Lynch #5E778D
Tints of Lynch #5E778D
RGB
CMYK
RGB Variations
Color information
#5E778D (or 0x5E778D) is known color: Lynch. HEX triplet: 5E, 77 and 8D. RGB value is (94,119,141). Sum of RGB (Red+Green+Blue) = 94+119+141=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E778D is #A18872. Grayscale: #717171. Windows color (decimal): -10586227 or 9271134. OLE color: 9271134.
HSL color Cylindrical-coordinate representation of color #5E778D: hue angle of 208.09º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E778D is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 119 | 141 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.45 |
| HSL | 208.09º | 0.2% | 0.46% | - |
| HSV(B) | 208.09º | 0.33% | 0.55% | - |
| XYZ | 16.02 | 17.5 | 27.73 | - |
| YUV | 114.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 141 | 0.33 | 0.16 | 0 | 0.45 | 208.09 | 0.2 | 0.46 |
| Hex | 5E | 77 | 8D | 21 | 10 | 0 | 2D | D0 | 14 | 2E |
| Octal | 136 | 167 | 215 | 41 | 20 | 0 | 55 | 320 | 24 | 56 |
| Binary | 1011110 | 1110111 | 10001101 | 100001 | 10000 | 0 | 101101 | 11010000 | 10100 | 101110 |
Color Harmonies of #5E778D
Complementary color
Monochromatic Colors of #5E778D
Black with #5E778D
Text Example
Text Example
White with #5E778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E778D; }
p { color: rgb(94,119,141); }
H1.HeaderClassName
{
color: #5E778D;
}
.AnyTagClassName
{
color: #5E778D;
}
</style>
background-color css
<style>
a { background-color: #5E778D; }
a { background-color: rgb(94,119,141); }
div.DivClassName
{
background-color: #5E778D;
}
.BgClassName
{
background-color: #5E778D;
}
</style>
border-color css
<style>
span { border-color: #5E778D; }
span { border-color: rgb(94,119,141); }
td.TdClassName
{
border-color: #5E778D;
}
.TagClassName
{
border-color: #5E778D;
}
</style>