#5D6C5C

Color #5D6C5C Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5D6C5C

Tints of Cactus #5D6C5C

Color information

#5D6C5C (or 0x5D6C5C) is unknown color: approx Cactus. HEX triplet: 5D, 6C and 5C. RGB value is (93,108,92). Sum of RGB (Red+Green+Blue) = 93+108+92=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 108 - color contains mainly: green. Hex color #5D6C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6C5C is #A293A3. Grayscale: #656565. Windows color (decimal): -10654628 or 6057053. OLE color: 6057053.

HSL color Cylindrical-coordinate representation of color #5D6C5C: hue angle of 116.25º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D6C5C is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB9310892-
CMYK0.1400.150.58
HSL116.25º8%39.22%-
HSV(B)116.25º14.81%42.35%-
XYZ11.8113.8212.17-
YUV101.69122.53121.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 31.74%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=31.74%
G=36.86%
B=31.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93108920.1400.150.58116.25839.22
Hex5D6C5CE0F3A74827
Octal13515413416017721641047
Binary10111011101100101110011100111111101011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D6C5C; }

 p { color: rgb(93,108,92); }

 H1.HeaderClassName
 {
   color: #5D6C5C;
 }
 .AnyTagClassName
 {
   color: #5D6C5C;
 }
</style>
background-color css

<style>
 a { background-color: #5D6C5C; }

 a { background-color: rgb(93,108,92); }

 div.DivClassName
 {
   background-color: #5D6C5C;
 }
 .BgClassName
 {
   background-color: #5D6C5C;
 }
</style>
border-color css

<style>
 span { border-color: #5D6C5C; }

 span { border-color: rgb(93,108,92); }

 td.TdClassName
 {
   border-color: #5D6C5C;
 }
 .TagClassName
 {
   border-color: #5D6C5C;
 }
</style>