Html Css Color HEX #5E685C Cactus

📋 copy color: '#5E685C'

red 94 ◦ green 104 ◦ blue 92

#5E685C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cactus #5E685C

Tints of Cactus #5E685C

RGB

 RED value IS 94 (37.11% from 255) = 32.41%

 GREEN value IS 104 (41.02% from 255) = 35.86%

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 32.41%
G = 35.86%
B = 31.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#5E685C (or 0x5E685C) is known color: Cactus. HEX triplet: 5E, 68 and 5C. RGB value is (94,104,92). Sum of RGB (Red+Green+Blue) = 94+104+92=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 104 - color contains mainly: green. Hex color #5E685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E685C is #A197A3. Grayscale: #636363. Windows color (decimal): -10590116 or 6056030. OLE color: 6056030.

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

Color convert

RGB 94 104 92 -
CMYK 0.10 0 0.12 0.59
HSL 110º 0.06% 0.38% -
HSV(B) 110º 0.12% 0.41% -
XYZ 11.5 13.05 12.04 -
YUV 99.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 94 104 92 0.10 0 0.12 0.59 110 0.06 0.38
Hex 5E 68 5C A 0 C 3B 6E 6 26
Octal 136 150 134 12 0 14 73 156 6 46
Binary 1011110 1101000 1011100 1010 0 1100 111011 1101110 110 100110

Color Harmonies of #5E685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E685C

Black with #5E685C

Text Example


Text Example

White with #5E685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,104,92); }

 H1.HeaderClassName
 {
   color: #5E685C;
 }
 .AnyTagClassName
 {
   color: #5E685C;
 }
</style>

background-color css

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

 a { background-color: rgb(94,104,92); }

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

border-color css

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

 span { border-color: rgb(94,104,92); }

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