Shades of Lynch #5E7E90
Tints of Lynch #5E7E90
RGB
CMYK
RGB Variations
Color information
#5E7E90 (or 0x5E7E90) is known color: Lynch. HEX triplet: 5E, 7E and 90. RGB value is (94,126,144). Sum of RGB (Red+Green+Blue) = 94+126+144=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E7E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7E90 is #A1816F. Grayscale: #767676. Windows color (decimal): -10584432 or 9469534. OLE color: 9469534.
HSL color Cylindrical-coordinate representation of color #5E7E90: hue angle of 201.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E7E90 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 126 | 144 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.44 |
| HSL | 201.6º | 0.21% | 0.47% | - |
| HSV(B) | 201.6º | 0.35% | 0.56% | - |
| XYZ | 17.11 | 19.32 | 29.21 | - |
| YUV | 118.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 144 | 0.35 | 0.12 | 0 | 0.44 | 201.6 | 0.21 | 0.47 |
| Hex | 5E | 7E | 90 | 23 | C | 0 | 2C | CA | 15 | 2F |
| Octal | 136 | 176 | 220 | 43 | 14 | 0 | 54 | 312 | 25 | 57 |
| Binary | 1011110 | 1111110 | 10010000 | 100011 | 1100 | 0 | 101100 | 11001010 | 10101 | 101111 |
Color Harmonies of #5E7E90
Complementary color
Monochromatic Colors of #5E7E90
Black with #5E7E90
Text Example
Text Example
White with #5E7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7E90; }
p { color: rgb(94,126,144); }
H1.HeaderClassName
{
color: #5E7E90;
}
.AnyTagClassName
{
color: #5E7E90;
}
</style>
background-color css
<style>
a { background-color: #5E7E90; }
a { background-color: rgb(94,126,144); }
div.DivClassName
{
background-color: #5E7E90;
}
.BgClassName
{
background-color: #5E7E90;
}
</style>
border-color css
<style>
span { border-color: #5E7E90; }
span { border-color: rgb(94,126,144); }
td.TdClassName
{
border-color: #5E7E90;
}
.TagClassName
{
border-color: #5E7E90;
}
</style>