Shades of Como #51835C
Tints of Como #51835C
RGB
CMYK
RGB Variations
Color information
#51835C (or 0x51835C) is known color: Como. HEX triplet: 51, 83 and 5C. RGB value is (81,131,92). Sum of RGB (Red+Green+Blue) = 81+131+92=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #51835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51835C is #AE7CA3. Grayscale: #6F6F6F. Windows color (decimal): -11435172 or 6062929. OLE color: 6062929.
HSL color Cylindrical-coordinate representation of color #51835C: hue angle of 133.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51835C is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 131 | 92 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.49 |
| HSL | 133.2º | 0.24% | 0.42% | - |
| HSV(B) | 133.2º | 0.38% | 0.51% | - |
| XYZ | 13.44 | 18.75 | 13.04 | - |
| YUV | 111.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 92 | 0.38 | 0 | 0.30 | 0.49 | 133.2 | 0.24 | 0.42 |
| Hex | 51 | 83 | 5C | 26 | 0 | 1E | 31 | 85 | 18 | 2A |
| Octal | 121 | 203 | 134 | 46 | 0 | 36 | 61 | 205 | 30 | 52 |
| Binary | 1010001 | 10000011 | 1011100 | 100110 | 0 | 11110 | 110001 | 10000101 | 11000 | 101010 |
Color Harmonies of #51835C
Complementary color
Monochromatic Colors of #51835C
Black with #51835C
Text Example
Text Example
White with #51835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51835C; }
p { color: rgb(81,131,92); }
H1.HeaderClassName
{
color: #51835C;
}
.AnyTagClassName
{
color: #51835C;
}
</style>
background-color css
<style>
a { background-color: #51835C; }
a { background-color: rgb(81,131,92); }
div.DivClassName
{
background-color: #51835C;
}
.BgClassName
{
background-color: #51835C;
}
</style>
border-color css
<style>
span { border-color: #51835C; }
span { border-color: rgb(81,131,92); }
td.TdClassName
{
border-color: #51835C;
}
.TagClassName
{
border-color: #51835C;
}
</style>