Shades of Lynch #5C7C92
Tints of Lynch #5C7C92
RGB
CMYK
RGB Variations
Color information
#5C7C92 (or 0x5C7C92) is known color: Lynch. HEX triplet: 5C, 7C and 92. RGB value is (92,124,146). Sum of RGB (Red+Green+Blue) = 92+124+146=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C7C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7C92 is #A3836D. Grayscale: #747474. Windows color (decimal): -10716014 or 9600092. OLE color: 9600092.
HSL color Cylindrical-coordinate representation of color #5C7C92: hue angle of 204.44º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C7C92 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 124 | 146 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.43 |
| HSL | 204.44º | 0.23% | 0.47% | - |
| HSV(B) | 204.44º | 0.37% | 0.57% | - |
| XYZ | 16.81 | 18.77 | 29.93 | - |
| YUV | 116.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 146 | 0.37 | 0.15 | 0 | 0.43 | 204.44 | 0.23 | 0.47 |
| Hex | 5C | 7C | 92 | 25 | F | 0 | 2B | CC | 17 | 2F |
| Octal | 134 | 174 | 222 | 45 | 17 | 0 | 53 | 314 | 27 | 57 |
| Binary | 1011100 | 1111100 | 10010010 | 100101 | 1111 | 0 | 101011 | 11001100 | 10111 | 101111 |
Color Harmonies of #5C7C92
Complementary color
Monochromatic Colors of #5C7C92
Black with #5C7C92
Text Example
Text Example
White with #5C7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7C92; }
p { color: rgb(92,124,146); }
H1.HeaderClassName
{
color: #5C7C92;
}
.AnyTagClassName
{
color: #5C7C92;
}
</style>
background-color css
<style>
a { background-color: #5C7C92; }
a { background-color: rgb(92,124,146); }
div.DivClassName
{
background-color: #5C7C92;
}
.BgClassName
{
background-color: #5C7C92;
}
</style>
border-color css
<style>
span { border-color: #5C7C92; }
span { border-color: rgb(92,124,146); }
td.TdClassName
{
border-color: #5C7C92;
}
.TagClassName
{
border-color: #5C7C92;
}
</style>