#5D695A

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

Shades of Cactus #5D695A

Tints of Cactus #5D695A

Color information

#5D695A (or 0x5D695A) is unknown color: approx Cactus. HEX triplet: 5D, 69 and 5A. RGB value is (93,105,90). Sum of RGB (Red+Green+Blue) = 93+105+90=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #5D695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D695A is #A296A5. Grayscale: #636363. Windows color (decimal): -10655398 or 5925213. OLE color: 5925213.

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

Color convert

RGB9310590-
CMYK0.1100.140.59
HSL108º7.69%38.24%-
HSV(B)108º14.29%41.18%-
XYZ11.4113.1711.61-
YUV99.7122.52123.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=32.29%
G=36.46%
B=31.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93105900.1100.140.591087.6938.24
Hex5D695AB0E3B6c826
Octal13515113213016731541046
Binary10111011101001101101010110111011101111011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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