Shades of Como #508366
Tints of Como #508366
RGB
CMYK
RGB Variations
Color information
#508366 (or 0x508366) is known color: Como. HEX triplet: 50, 83 and 66. RGB value is (80,131,102). Sum of RGB (Red+Green+Blue) = 80+131+102=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #508366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508366 is #AF7C99. Grayscale: #707070. Windows color (decimal): -11500698 or 6718288. OLE color: 6718288.
HSL color Cylindrical-coordinate representation of color #508366: hue angle of 145.88º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508366 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 102 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.49 |
| HSL | 145.88º | 0.24% | 0.41% | - |
| HSV(B) | 145.88º | 0.39% | 0.51% | - |
| XYZ | 13.82 | 18.9 | 15.49 | - |
| YUV | 112.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 102 | 0.39 | 0 | 0.22 | 0.49 | 145.88 | 0.24 | 0.41 |
| Hex | 50 | 83 | 66 | 27 | 0 | 16 | 31 | 92 | 18 | 29 |
| Octal | 120 | 203 | 146 | 47 | 0 | 26 | 61 | 222 | 30 | 51 |
| Binary | 1010000 | 10000011 | 1100110 | 100111 | 0 | 10110 | 110001 | 10010010 | 11000 | 101001 |
Color Harmonies of #508366
Complementary color
Monochromatic Colors of #508366
Black with #508366
Text Example
Text Example
White with #508366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508366; }
p { color: rgb(80,131,102); }
H1.HeaderClassName
{
color: #508366;
}
.AnyTagClassName
{
color: #508366;
}
</style>
background-color css
<style>
a { background-color: #508366; }
a { background-color: rgb(80,131,102); }
div.DivClassName
{
background-color: #508366;
}
.BgClassName
{
background-color: #508366;
}
</style>
border-color css
<style>
span { border-color: #508366; }
span { border-color: rgb(80,131,102); }
td.TdClassName
{
border-color: #508366;
}
.TagClassName
{
border-color: #508366;
}
</style>