Shades of Como #51805B
Tints of Como #51805B
RGB
CMYK
RGB Variations
Color information
#51805B (or 0x51805B) is known color: Como. HEX triplet: 51, 80 and 5B. RGB value is (81,128,91). Sum of RGB (Red+Green+Blue) = 81+128+91=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #51805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51805B is #AE7FA4. Grayscale: #6D6D6D. Windows color (decimal): -11435941 or 5996625. OLE color: 5996625.
HSL color Cylindrical-coordinate representation of color #51805B: hue angle of 132.77º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51805B is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 128 | 91 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.50 |
| HSL | 132.77º | 0.22% | 0.41% | - |
| HSV(B) | 132.77º | 0.37% | 0.5% | - |
| XYZ | 13 | 17.94 | 12.68 | - |
| YUV | 109.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 91 | 0.37 | 0 | 0.29 | 0.50 | 132.77 | 0.22 | 0.41 |
| Hex | 51 | 80 | 5B | 25 | 0 | 1D | 32 | 85 | 16 | 29 |
| Octal | 121 | 200 | 133 | 45 | 0 | 35 | 62 | 205 | 26 | 51 |
| Binary | 1010001 | 10000000 | 1011011 | 100101 | 0 | 11101 | 110010 | 10000101 | 10110 | 101001 |
Color Harmonies of #51805B
Complementary color
Monochromatic Colors of #51805B
Black with #51805B
Text Example
Text Example
White with #51805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51805B; }
p { color: rgb(81,128,91); }
H1.HeaderClassName
{
color: #51805B;
}
.AnyTagClassName
{
color: #51805B;
}
</style>
background-color css
<style>
a { background-color: #51805B; }
a { background-color: rgb(81,128,91); }
div.DivClassName
{
background-color: #51805B;
}
.BgClassName
{
background-color: #51805B;
}
</style>
border-color css
<style>
span { border-color: #51805B; }
span { border-color: rgb(81,128,91); }
td.TdClassName
{
border-color: #51805B;
}
.TagClassName
{
border-color: #51805B;
}
</style>