#5D695D

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

Shades of Cactus #5D695D

Tints of Cactus #5D695D

Color information

#5D695D (or 0x5D695D) is unknown color: approx Cactus. HEX triplet: 5D, 69 and 5D. RGB value is (93,105,93). Sum of RGB (Red+Green+Blue) = 93+105+93=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 105 - color contains mainly: green. Hex color #5D695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D695D is #A296A2. Grayscale: #646464. Windows color (decimal): -10655395 or 6121821. OLE color: 6121821.

HSL color Cylindrical-coordinate representation of color #5D695D: hue angle of 120º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5D695D is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB9310593-
CMYK0.1100.110.59
HSL120º6.06%38.82%-
HSV(B)120º11.43%41.18%-
XYZ11.5413.2212.3-
YUV100.04124.02122.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.96%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=31.96%
G=36.08%
B=31.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93105930.1100.110.591206.0638.82
Hex5D695DB0B3B78627
Octal1351511351301373170647
Binary1011101110100110111011011010111110111111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,105,93); }

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

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

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

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

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

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

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