Shades of Lynch #58788E
Tints of Lynch #58788E
RGB
CMYK
RGB Variations
Color information
#58788E (or 0x58788E) is known color: Lynch. HEX triplet: 58, 78 and 8E. RGB value is (88,120,142). Sum of RGB (Red+Green+Blue) = 88+120+142=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #58788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58788E is #A78771. Grayscale: #707070. Windows color (decimal): -10979186 or 9336920. OLE color: 9336920.
HSL color Cylindrical-coordinate representation of color #58788E: hue angle of 204.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58788E is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 120 | 142 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.44 |
| HSL | 204.44º | 0.23% | 0.45% | - |
| HSV(B) | 204.44º | 0.38% | 0.56% | - |
| XYZ | 15.62 | 17.46 | 28.14 | - |
| YUV | 112.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 142 | 0.38 | 0.15 | 0 | 0.44 | 204.44 | 0.23 | 0.45 |
| Hex | 58 | 78 | 8E | 26 | F | 0 | 2C | CC | 17 | 2D |
| Octal | 130 | 170 | 216 | 46 | 17 | 0 | 54 | 314 | 27 | 55 |
| Binary | 1011000 | 1111000 | 10001110 | 100110 | 1111 | 0 | 101100 | 11001100 | 10111 | 101101 |
Color Harmonies of #58788E
Complementary color
Monochromatic Colors of #58788E
Black with #58788E
Text Example
Text Example
White with #58788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58788E; }
p { color: rgb(88,120,142); }
H1.HeaderClassName
{
color: #58788E;
}
.AnyTagClassName
{
color: #58788E;
}
</style>
background-color css
<style>
a { background-color: #58788E; }
a { background-color: rgb(88,120,142); }
div.DivClassName
{
background-color: #58788E;
}
.BgClassName
{
background-color: #58788E;
}
</style>
border-color css
<style>
span { border-color: #58788E; }
span { border-color: rgb(88,120,142); }
td.TdClassName
{
border-color: #58788E;
}
.TagClassName
{
border-color: #58788E;
}
</style>