Shades of Lynch #5E788D
Tints of Lynch #5E788D
RGB
CMYK
RGB Variations
Color information
#5E788D (or 0x5E788D) is known color: Lynch. HEX triplet: 5E, 78 and 8D. RGB value is (94,120,141). Sum of RGB (Red+Green+Blue) = 94+120+141=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E788D is #A18772. Grayscale: #727272. Windows color (decimal): -10585971 or 9271390. OLE color: 9271390.
HSL color Cylindrical-coordinate representation of color #5E788D: hue angle of 206.81º 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 #5E788D is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 120 | 141 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.45 |
| HSL | 206.81º | 0.2% | 0.46% | - |
| HSV(B) | 206.81º | 0.33% | 0.55% | - |
| XYZ | 16.14 | 17.74 | 27.77 | - |
| YUV | 114.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 141 | 0.33 | 0.15 | 0 | 0.45 | 206.81 | 0.2 | 0.46 |
| Hex | 5E | 78 | 8D | 21 | F | 0 | 2D | CF | 14 | 2E |
| Octal | 136 | 170 | 215 | 41 | 17 | 0 | 55 | 317 | 24 | 56 |
| Binary | 1011110 | 1111000 | 10001101 | 100001 | 1111 | 0 | 101101 | 11001111 | 10100 | 101110 |
Color Harmonies of #5E788D
Complementary color
Monochromatic Colors of #5E788D
Black with #5E788D
Text Example
Text Example
White with #5E788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E788D; }
p { color: rgb(94,120,141); }
H1.HeaderClassName
{
color: #5E788D;
}
.AnyTagClassName
{
color: #5E788D;
}
</style>
background-color css
<style>
a { background-color: #5E788D; }
a { background-color: rgb(94,120,141); }
div.DivClassName
{
background-color: #5E788D;
}
.BgClassName
{
background-color: #5E788D;
}
</style>
border-color css
<style>
span { border-color: #5E788D; }
span { border-color: rgb(94,120,141); }
td.TdClassName
{
border-color: #5E788D;
}
.TagClassName
{
border-color: #5E788D;
}
</style>