Shades of Como #5C7D63
Tints of Como #5C7D63
RGB
CMYK
RGB Variations
Color information
#5C7D63 (or 0x5C7D63) is known color: Como. HEX triplet: 5C, 7D and 63. RGB value is (92,125,99). Sum of RGB (Red+Green+Blue) = 92+125+99=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 125 - color contains mainly: green. Hex color #5C7D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7D63 is #A3829C. Grayscale: #707070. Windows color (decimal): -10715805 or 6520156. OLE color: 6520156.
HSL color Cylindrical-coordinate representation of color #5C7D63: hue angle of 132.73º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7D63 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 125 | 99 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.51 |
| HSL | 132.73º | 0.15% | 0.43% | - |
| HSV(B) | 132.73º | 0.26% | 0.49% | - |
| XYZ | 14 | 17.84 | 14.51 | - |
| YUV | 112.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 99 | 0.26 | 0 | 0.21 | 0.51 | 132.73 | 0.15 | 0.43 |
| Hex | 5C | 7D | 63 | 1A | 0 | 15 | 33 | 85 | F | 2B |
| Octal | 134 | 175 | 143 | 32 | 0 | 25 | 63 | 205 | 17 | 53 |
| Binary | 1011100 | 1111101 | 1100011 | 11010 | 0 | 10101 | 110011 | 10000101 | 1111 | 101011 |
Color Harmonies of #5C7D63
Complementary color
Monochromatic Colors of #5C7D63
Black with #5C7D63
Text Example
Text Example
White with #5C7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7D63; }
p { color: rgb(92,125,99); }
H1.HeaderClassName
{
color: #5C7D63;
}
.AnyTagClassName
{
color: #5C7D63;
}
</style>
background-color css
<style>
a { background-color: #5C7D63; }
a { background-color: rgb(92,125,99); }
div.DivClassName
{
background-color: #5C7D63;
}
.BgClassName
{
background-color: #5C7D63;
}
</style>
border-color css
<style>
span { border-color: #5C7D63; }
span { border-color: rgb(92,125,99); }
td.TdClassName
{
border-color: #5C7D63;
}
.TagClassName
{
border-color: #5C7D63;
}
</style>