Shades of Como #508266
Tints of Como #508266
RGB
CMYK
RGB Variations
Color information
#508266 (or 0x508266) is known color: Como. HEX triplet: 50, 82 and 66. RGB value is (80,130,102). Sum of RGB (Red+Green+Blue) = 80+130+102=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #508266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508266 is #AF7D99. Grayscale: #6F6F6F. Windows color (decimal): -11500954 or 6718032. OLE color: 6718032.
HSL color Cylindrical-coordinate representation of color #508266: hue angle of 146.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508266 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 102 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.49 |
| HSL | 146.4º | 0.24% | 0.41% | - |
| HSV(B) | 146.4º | 0.38% | 0.51% | - |
| XYZ | 13.69 | 18.63 | 15.44 | - |
| YUV | 111.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 102 | 0.38 | 0 | 0.22 | 0.49 | 146.4 | 0.24 | 0.41 |
| Hex | 50 | 82 | 66 | 26 | 0 | 16 | 31 | 92 | 18 | 29 |
| Octal | 120 | 202 | 146 | 46 | 0 | 26 | 61 | 222 | 30 | 51 |
| Binary | 1010000 | 10000010 | 1100110 | 100110 | 0 | 10110 | 110001 | 10010010 | 11000 | 101001 |
Color Harmonies of #508266
Complementary color
Monochromatic Colors of #508266
Black with #508266
Text Example
Text Example
White with #508266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508266; }
p { color: rgb(80,130,102); }
H1.HeaderClassName
{
color: #508266;
}
.AnyTagClassName
{
color: #508266;
}
</style>
background-color css
<style>
a { background-color: #508266; }
a { background-color: rgb(80,130,102); }
div.DivClassName
{
background-color: #508266;
}
.BgClassName
{
background-color: #508266;
}
</style>
border-color css
<style>
span { border-color: #508266; }
span { border-color: rgb(80,130,102); }
td.TdClassName
{
border-color: #508266;
}
.TagClassName
{
border-color: #508266;
}
</style>