Shades of Lynch #5E7C8D
Tints of Lynch #5E7C8D
RGB
CMYK
RGB Variations
Color information
#5E7C8D (or 0x5E7C8D) is known color: Lynch. HEX triplet: 5E, 7C and 8D. RGB value is (94,124,141). Sum of RGB (Red+Green+Blue) = 94+124+141=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E7C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7C8D is #A18372. Grayscale: #747474. Windows color (decimal): -10584947 or 9272414. OLE color: 9272414.
HSL color Cylindrical-coordinate representation of color #5E7C8D: hue angle of 201.7º 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 #5E7C8D is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 94 | 124 | 141 | - |
CMYK | 0.33 | 0.12 | 0 | 0.45 |
HSL | 201.7º | 0.2% | 0.46% | - |
HSV(B) | 201.7º | 0.33% | 0.55% | - |
XYZ | 16.63 | 18.72 | 27.94 | - |
YUV | 116.97 | 141.56 | 111.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 124 | 141 | 0.33 | 0.12 | 0 | 0.45 | 201.7 | 0.2 | 0.46 |
Hex | 5E | 7C | 8D | 21 | C | 0 | 2D | CA | 14 | 2E |
Octal | 136 | 174 | 215 | 41 | 14 | 0 | 55 | 312 | 24 | 56 |
Binary | 1011110 | 1111100 | 10001101 | 100001 | 1100 | 0 | 101101 | 11001010 | 10100 | 101110 |
Color Harmonies of #5E7C8D
Complementary color
Monochromatic Colors of #5E7C8D
Black with #5E7C8D
Text Example
Text Example
White with #5E7C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7C8D; }
p { color: rgb(94,124,141); }
H1.HeaderClassName
{
color: #5E7C8D;
}
.AnyTagClassName
{
color: #5E7C8D;
}
</style>
background-color css
<style>
a { background-color: #5E7C8D; }
a { background-color: rgb(94,124,141); }
div.DivClassName
{
background-color: #5E7C8D;
}
.BgClassName
{
background-color: #5E7C8D;
}
</style>
border-color css
<style>
span { border-color: #5E7C8D; }
span { border-color: rgb(94,124,141); }
td.TdClassName
{
border-color: #5E7C8D;
}
.TagClassName
{
border-color: #5E7C8D;
}
</style>