Shades of Lynch #5E7587
Tints of Lynch #5E7587
RGB
CMYK
RGB Variations
Color information
#5E7587 (or 0x5E7587) is known color: Lynch. HEX triplet: 5E, 75 and 87. RGB value is (94,117,135). Sum of RGB (Red+Green+Blue) = 94+117+135=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E7587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7587 is #A18A78. Grayscale: #707070. Windows color (decimal): -10586745 or 8877406. OLE color: 8877406.
HSL color Cylindrical-coordinate representation of color #5E7587: hue angle of 206.34º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7587 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 117 | 135 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.47 |
| HSL | 206.34º | 0.18% | 0.45% | - |
| HSV(B) | 206.34º | 0.3% | 0.53% | - |
| XYZ | 15.35 | 16.85 | 25.37 | - |
| YUV | 112.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 135 | 0.30 | 0.13 | 0 | 0.47 | 206.34 | 0.18 | 0.45 |
| Hex | 5E | 75 | 87 | 1E | D | 0 | 2F | CE | 12 | 2D |
| Octal | 136 | 165 | 207 | 36 | 15 | 0 | 57 | 316 | 22 | 55 |
| Binary | 1011110 | 1110101 | 10000111 | 11110 | 1101 | 0 | 101111 | 11001110 | 10010 | 101101 |
Color Harmonies of #5E7587
Complementary color
Monochromatic Colors of #5E7587
Black with #5E7587
Text Example
Text Example
White with #5E7587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7587; }
p { color: rgb(94,117,135); }
H1.HeaderClassName
{
color: #5E7587;
}
.AnyTagClassName
{
color: #5E7587;
}
</style>
background-color css
<style>
a { background-color: #5E7587; }
a { background-color: rgb(94,117,135); }
div.DivClassName
{
background-color: #5E7587;
}
.BgClassName
{
background-color: #5E7587;
}
</style>
border-color css
<style>
span { border-color: #5E7587; }
span { border-color: rgb(94,117,135); }
td.TdClassName
{
border-color: #5E7587;
}
.TagClassName
{
border-color: #5E7587;
}
</style>