Shades of Cactus #5D6B5C
Tints of Cactus #5D6B5C
RGB
CMYK
RGB Variations
Color information
#5D6B5C (or 0x5D6B5C) is known color: Cactus. HEX triplet: 5D, 6B and 5C. RGB value is (93,107,92). Sum of RGB (Red+Green+Blue) = 93+107+92=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6B5C is #A294A3. Grayscale: #656565. Windows color (decimal): -10654884 or 6056797. OLE color: 6056797.
HSL color Cylindrical-coordinate representation of color #5D6B5C: hue angle of 116º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D6B5C is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
RGB | 93 | 107 | 92 | - |
CMYK | 0.13 | 0 | 0.14 | 0.58 |
HSL | 116º | 0.08% | 0.39% | - |
HSV(B) | 116º | 0.14% | 0.42% | - |
XYZ | 11.7 | 13.62 | 12.14 | - |
YUV | 101.1 | 122.86 | 122.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 107 | 92 | 0.13 | 0 | 0.14 | 0.58 | 116 | 0.08 | 0.39 |
Hex | 5D | 6B | 5C | D | 0 | E | 3A | 74 | 8 | 27 |
Octal | 135 | 153 | 134 | 15 | 0 | 16 | 72 | 164 | 10 | 47 |
Binary | 1011101 | 1101011 | 1011100 | 1101 | 0 | 1110 | 111010 | 1110100 | 1000 | 100111 |
Color Harmonies of #5D6B5C
Complementary color
Monochromatic Colors of #5D6B5C
Black with #5D6B5C
Text Example
Text Example
White with #5D6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6B5C; }
p { color: rgb(93,107,92); }
H1.HeaderClassName
{
color: #5D6B5C;
}
.AnyTagClassName
{
color: #5D6B5C;
}
</style>
background-color css
<style>
a { background-color: #5D6B5C; }
a { background-color: rgb(93,107,92); }
div.DivClassName
{
background-color: #5D6B5C;
}
.BgClassName
{
background-color: #5D6B5C;
}
</style>
border-color css
<style>
span { border-color: #5D6B5C; }
span { border-color: rgb(93,107,92); }
td.TdClassName
{
border-color: #5D6B5C;
}
.TagClassName
{
border-color: #5D6B5C;
}
</style>