Shades of Lynch #5F788B
Tints of Lynch #5F788B
RGB
CMYK
RGB Variations
Color information
#5F788B (or 0x5F788B) is known color: Lynch. HEX triplet: 5F, 78 and 8B. RGB value is (95,120,139). Sum of RGB (Red+Green+Blue) = 95+120+139=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F788B is #A08774. Grayscale: #727272. Windows color (decimal): -10520437 or 9140319. OLE color: 9140319.
HSL color Cylindrical-coordinate representation of color #5F788B: hue angle of 205.91º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F788B is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 120 | 139 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.45 |
| HSL | 205.91º | 0.19% | 0.46% | - |
| HSV(B) | 205.91º | 0.32% | 0.55% | - |
| XYZ | 16.1 | 17.73 | 27 | - |
| YUV | 114.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 139 | 0.32 | 0.14 | 0 | 0.45 | 205.91 | 0.19 | 0.46 |
| Hex | 5F | 78 | 8B | 20 | E | 0 | 2D | CE | 13 | 2E |
| Octal | 137 | 170 | 213 | 40 | 16 | 0 | 55 | 316 | 23 | 56 |
| Binary | 1011111 | 1111000 | 10001011 | 100000 | 1110 | 0 | 101101 | 11001110 | 10011 | 101110 |
Color Harmonies of #5F788B
Complementary color
Monochromatic Colors of #5F788B
Black with #5F788B
Text Example
Text Example
White with #5F788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F788B; }
p { color: rgb(95,120,139); }
H1.HeaderClassName
{
color: #5F788B;
}
.AnyTagClassName
{
color: #5F788B;
}
</style>
background-color css
<style>
a { background-color: #5F788B; }
a { background-color: rgb(95,120,139); }
div.DivClassName
{
background-color: #5F788B;
}
.BgClassName
{
background-color: #5F788B;
}
</style>
border-color css
<style>
span { border-color: #5F788B; }
span { border-color: rgb(95,120,139); }
td.TdClassName
{
border-color: #5F788B;
}
.TagClassName
{
border-color: #5F788B;
}
</style>