Shades of Lynch #5B788E
Tints of Lynch #5B788E
RGB
CMYK
RGB Variations
Color information
#5B788E (or 0x5B788E) is known color: Lynch. HEX triplet: 5B, 78 and 8E. RGB value is (91,120,142). Sum of RGB (Red+Green+Blue) = 91+120+142=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B788E is #A48771. Grayscale: #717171. Windows color (decimal): -10782578 or 9336923. OLE color: 9336923.
HSL color Cylindrical-coordinate representation of color #5B788E: hue angle of 205.88º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B788E is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 120 | 142 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.44 |
| HSL | 205.88º | 0.22% | 0.46% | - |
| HSV(B) | 205.88º | 0.36% | 0.56% | - |
| XYZ | 15.91 | 17.61 | 28.15 | - |
| YUV | 113.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 142 | 0.36 | 0.15 | 0 | 0.44 | 205.88 | 0.22 | 0.46 |
| Hex | 5B | 78 | 8E | 24 | F | 0 | 2C | CE | 16 | 2E |
| Octal | 133 | 170 | 216 | 44 | 17 | 0 | 54 | 316 | 26 | 56 |
| Binary | 1011011 | 1111000 | 10001110 | 100100 | 1111 | 0 | 101100 | 11001110 | 10110 | 101110 |
Color Harmonies of #5B788E
Complementary color
Monochromatic Colors of #5B788E
Black with #5B788E
Text Example
Text Example
White with #5B788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B788E; }
p { color: rgb(91,120,142); }
H1.HeaderClassName
{
color: #5B788E;
}
.AnyTagClassName
{
color: #5B788E;
}
</style>
background-color css
<style>
a { background-color: #5B788E; }
a { background-color: rgb(91,120,142); }
div.DivClassName
{
background-color: #5B788E;
}
.BgClassName
{
background-color: #5B788E;
}
</style>
border-color css
<style>
span { border-color: #5B788E; }
span { border-color: rgb(91,120,142); }
td.TdClassName
{
border-color: #5B788E;
}
.TagClassName
{
border-color: #5B788E;
}
</style>