Shades of Lynch #5F7A8B
Tints of Lynch #5F7A8B
RGB
CMYK
RGB Variations
Color information
#5F7A8B (or 0x5F7A8B) is known color: Lynch. HEX triplet: 5F, 7A and 8B. RGB value is (95,122,139). Sum of RGB (Red+Green+Blue) = 95+122+139=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F7A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7A8B is #A08574. Grayscale: #737373. Windows color (decimal): -10519925 or 9140831. OLE color: 9140831.
HSL color Cylindrical-coordinate representation of color #5F7A8B: hue angle of 203.18º 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 #5F7A8B is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 122 | 139 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.45 |
| HSL | 203.18º | 0.19% | 0.46% | - |
| HSV(B) | 203.18º | 0.32% | 0.55% | - |
| XYZ | 16.34 | 18.22 | 27.08 | - |
| YUV | 115.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 139 | 0.32 | 0.12 | 0 | 0.45 | 203.18 | 0.19 | 0.46 |
| Hex | 5F | 7A | 8B | 20 | C | 0 | 2D | CB | 13 | 2E |
| Octal | 137 | 172 | 213 | 40 | 14 | 0 | 55 | 313 | 23 | 56 |
| Binary | 1011111 | 1111010 | 10001011 | 100000 | 1100 | 0 | 101101 | 11001011 | 10011 | 101110 |
Color Harmonies of #5F7A8B
Complementary color
Monochromatic Colors of #5F7A8B
Black with #5F7A8B
Text Example
Text Example
White with #5F7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7A8B; }
p { color: rgb(95,122,139); }
H1.HeaderClassName
{
color: #5F7A8B;
}
.AnyTagClassName
{
color: #5F7A8B;
}
</style>
background-color css
<style>
a { background-color: #5F7A8B; }
a { background-color: rgb(95,122,139); }
div.DivClassName
{
background-color: #5F7A8B;
}
.BgClassName
{
background-color: #5F7A8B;
}
</style>
border-color css
<style>
span { border-color: #5F7A8B; }
span { border-color: rgb(95,122,139); }
td.TdClassName
{
border-color: #5F7A8B;
}
.TagClassName
{
border-color: #5F7A8B;
}
</style>