Shades of Cactus #5C695C
Tints of Cactus #5C695C
RGB
CMYK
RGB Variations
Color information
#5C695C (or 0x5C695C) is known color: Cactus. HEX triplet: 5C, 69 and 5C. RGB value is (92,105,92). Sum of RGB (Red+Green+Blue) = 92+105+92=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #5C695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C695C is #A396A3. Grayscale: #636363. Windows color (decimal): -10720932 or 6056284. OLE color: 6056284.
HSL color Cylindrical-coordinate representation of color #5C695C: hue angle of 120º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C695C is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
RGB | 92 | 105 | 92 | - |
CMYK | 0.12 | 0 | 0.12 | 0.59 |
HSL | 120º | 0.07% | 0.39% | - |
HSV(B) | 120º | 0.12% | 0.41% | - |
XYZ | 11.4 | 13.15 | 12.06 | - |
YUV | 99.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 92 | 105 | 92 | 0.12 | 0 | 0.12 | 0.59 | 120 | 0.07 | 0.39 |
Hex | 5C | 69 | 5C | C | 0 | C | 3B | 78 | 7 | 27 |
Octal | 134 | 151 | 134 | 14 | 0 | 14 | 73 | 170 | 7 | 47 |
Binary | 1011100 | 1101001 | 1011100 | 1100 | 0 | 1100 | 111011 | 1111000 | 111 | 100111 |
Color Harmonies of #5C695C
Complementary color
Monochromatic Colors of #5C695C
Black with #5C695C
Text Example
Text Example
White with #5C695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C695C; }
p { color: rgb(92,105,92); }
H1.HeaderClassName
{
color: #5C695C;
}
.AnyTagClassName
{
color: #5C695C;
}
</style>
background-color css
<style>
a { background-color: #5C695C; }
a { background-color: rgb(92,105,92); }
div.DivClassName
{
background-color: #5C695C;
}
.BgClassName
{
background-color: #5C695C;
}
</style>
border-color css
<style>
span { border-color: #5C695C; }
span { border-color: rgb(92,105,92); }
td.TdClassName
{
border-color: #5C695C;
}
.TagClassName
{
border-color: #5C695C;
}
</style>