Shades of Chalet Green #5B654E
Tints of Chalet Green #5B654E
RGB
CMYK
RGB Variations
Color information
#5B654E (or 0x5B654E) is known color: Chalet Green. HEX triplet: 5B, 65 and 4E. RGB value is (91,101,78). Sum of RGB (Red+Green+Blue) = 91+101+78=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #5B654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B654E is #A49AB1. Grayscale: #5F5F5F. Windows color (decimal): -10787506 or 5137755. OLE color: 5137755.
HSL color Cylindrical-coordinate representation of color #5B654E: hue angle of 86.09º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B654E is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 78 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.60 |
| HSL | 86.09º | 0.13% | 0.35% | - |
| HSV(B) | 86.09º | 0.23% | 0.4% | - |
| XYZ | 10.34 | 12.08 | 8.99 | - |
| YUV | 95.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 78 | 0.10 | 0 | 0.23 | 0.60 | 86.09 | 0.13 | 0.35 |
| Hex | 5B | 65 | 4E | A | 0 | 17 | 3C | 56 | D | 23 |
| Octal | 133 | 145 | 116 | 12 | 0 | 27 | 74 | 126 | 15 | 43 |
| Binary | 1011011 | 1100101 | 1001110 | 1010 | 0 | 10111 | 111100 | 1010110 | 1101 | 100011 |
Color Harmonies of #5B654E
Complementary color
Monochromatic Colors of #5B654E
Black with #5B654E
Text Example
Text Example
White with #5B654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B654E; }
p { color: rgb(91,101,78); }
H1.HeaderClassName
{
color: #5B654E;
}
.AnyTagClassName
{
color: #5B654E;
}
</style>
background-color css
<style>
a { background-color: #5B654E; }
a { background-color: rgb(91,101,78); }
div.DivClassName
{
background-color: #5B654E;
}
.BgClassName
{
background-color: #5B654E;
}
</style>
border-color css
<style>
span { border-color: #5B654E; }
span { border-color: rgb(91,101,78); }
td.TdClassName
{
border-color: #5B654E;
}
.TagClassName
{
border-color: #5B654E;
}
</style>