Shades of Lynch #658090
Tints of Lynch #658090
RGB
CMYK
RGB Variations
Color information
#658090 (or 0x658090) is known color: Lynch. HEX triplet: 65, 80 and 90. RGB value is (101,128,144). Sum of RGB (Red+Green+Blue) = 101+128+144=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #658090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658090 is #9A7F6F. Grayscale: #797979. Windows color (decimal): -10125168 or 9470053. OLE color: 9470053.
HSL color Cylindrical-coordinate representation of color #658090: hue angle of 202.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658090 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 128 | 144 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.44 |
| HSL | 202.33º | 0.18% | 0.48% | - |
| HSV(B) | 202.33º | 0.3% | 0.56% | - |
| XYZ | 18.12 | 20.22 | 29.33 | - |
| YUV | 121.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 144 | 0.30 | 0.11 | 0 | 0.44 | 202.33 | 0.18 | 0.48 |
| Hex | 65 | 80 | 90 | 1E | B | 0 | 2C | CA | 12 | 30 |
| Octal | 145 | 200 | 220 | 36 | 13 | 0 | 54 | 312 | 22 | 60 |
| Binary | 1100101 | 10000000 | 10010000 | 11110 | 1011 | 0 | 101100 | 11001010 | 10010 | 110000 |
Color Harmonies of #658090
Complementary color
Monochromatic Colors of #658090
Black with #658090
Text Example
Text Example
White with #658090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658090; }
p { color: rgb(101,128,144); }
H1.HeaderClassName
{
color: #658090;
}
.AnyTagClassName
{
color: #658090;
}
</style>
background-color css
<style>
a { background-color: #658090; }
a { background-color: rgb(101,128,144); }
div.DivClassName
{
background-color: #658090;
}
.BgClassName
{
background-color: #658090;
}
</style>
border-color css
<style>
span { border-color: #658090; }
span { border-color: rgb(101,128,144); }
td.TdClassName
{
border-color: #658090;
}
.TagClassName
{
border-color: #658090;
}
</style>