Shades of Lynch #5B7C93
Tints of Lynch #5B7C93
RGB
CMYK
RGB Variations
Color information
#5B7C93 (or 0x5B7C93) is known color: Lynch. HEX triplet: 5B, 7C and 93. RGB value is (91,124,147). Sum of RGB (Red+Green+Blue) = 91+124+147=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B7C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7C93 is #A4836C. Grayscale: #747474. Windows color (decimal): -10781549 or 9665627. OLE color: 9665627.
HSL color Cylindrical-coordinate representation of color #5B7C93: hue angle of 204.64º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B7C93 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 124 | 147 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.42 |
| HSL | 204.64º | 0.24% | 0.47% | - |
| HSV(B) | 204.64º | 0.38% | 0.58% | - |
| XYZ | 16.79 | 18.75 | 30.34 | - |
| YUV | 116.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 147 | 0.38 | 0.16 | 0 | 0.42 | 204.64 | 0.24 | 0.47 |
| Hex | 5B | 7C | 93 | 26 | 10 | 0 | 2A | CD | 18 | 2F |
| Octal | 133 | 174 | 223 | 46 | 20 | 0 | 52 | 315 | 30 | 57 |
| Binary | 1011011 | 1111100 | 10010011 | 100110 | 10000 | 0 | 101010 | 11001101 | 11000 | 101111 |
Color Harmonies of #5B7C93
Complementary color
Monochromatic Colors of #5B7C93
Black with #5B7C93
Text Example
Text Example
White with #5B7C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7C93; }
p { color: rgb(91,124,147); }
H1.HeaderClassName
{
color: #5B7C93;
}
.AnyTagClassName
{
color: #5B7C93;
}
</style>
background-color css
<style>
a { background-color: #5B7C93; }
a { background-color: rgb(91,124,147); }
div.DivClassName
{
background-color: #5B7C93;
}
.BgClassName
{
background-color: #5B7C93;
}
</style>
border-color css
<style>
span { border-color: #5B7C93; }
span { border-color: rgb(91,124,147); }
td.TdClassName
{
border-color: #5B7C93;
}
.TagClassName
{
border-color: #5B7C93;
}
</style>