Shades of Como #51825B
Tints of Como #51825B
RGB
CMYK
RGB Variations
Color information
#51825B (or 0x51825B) is known color: Como. HEX triplet: 51, 82 and 5B. RGB value is (81,130,91). Sum of RGB (Red+Green+Blue) = 81+130+91=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #51825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51825B is #AE7DA4. Grayscale: #6F6F6F. Windows color (decimal): -11435429 or 5997137. OLE color: 5997137.
HSL color Cylindrical-coordinate representation of color #51825B: hue angle of 132.24º degrees, saturation: 0.23, 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 #51825B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 91 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.49 |
| HSL | 132.24º | 0.23% | 0.41% | - |
| HSV(B) | 132.24º | 0.38% | 0.51% | - |
| XYZ | 13.26 | 18.47 | 12.76 | - |
| YUV | 110.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 91 | 0.38 | 0 | 0.30 | 0.49 | 132.24 | 0.23 | 0.41 |
| Hex | 51 | 82 | 5B | 26 | 0 | 1E | 31 | 84 | 17 | 29 |
| Octal | 121 | 202 | 133 | 46 | 0 | 36 | 61 | 204 | 27 | 51 |
| Binary | 1010001 | 10000010 | 1011011 | 100110 | 0 | 11110 | 110001 | 10000100 | 10111 | 101001 |
Color Harmonies of #51825B
Complementary color
Monochromatic Colors of #51825B
Black with #51825B
Text Example
Text Example
White with #51825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51825B; }
p { color: rgb(81,130,91); }
H1.HeaderClassName
{
color: #51825B;
}
.AnyTagClassName
{
color: #51825B;
}
</style>
background-color css
<style>
a { background-color: #51825B; }
a { background-color: rgb(81,130,91); }
div.DivClassName
{
background-color: #51825B;
}
.BgClassName
{
background-color: #51825B;
}
</style>
border-color css
<style>
span { border-color: #51825B; }
span { border-color: rgb(81,130,91); }
td.TdClassName
{
border-color: #51825B;
}
.TagClassName
{
border-color: #51825B;
}
</style>