Html Css Color HEX #5E6859 Cactus

📋 copy color: '#5E6859'

red 94 ◦ green 104 ◦ blue 89

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

Shades of Cactus #5E6859

Tints of Cactus #5E6859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 32.75%
G = 36.24%
B = 31.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#5E6859 (or 0x5E6859) is known color: Cactus. HEX triplet: 5E, 68 and 59. RGB value is (94,104,89). Sum of RGB (Red+Green+Blue) = 94+104+89=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6859 is #A197A6. Grayscale: #636363. Windows color (decimal): -10590119 or 5859422. OLE color: 5859422.

HSL color Cylindrical-coordinate representation of color #5E6859: hue angle of 100º 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 #5E6859 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 104 89 -
CMYK 0.10 0 0.14 0.59
HSL 100º 0.08% 0.38% -
HSV(B) 100º 0.14% 0.41% -
XYZ 11.37 13 11.36 -
YUV 99.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 94 104 89 0.10 0 0.14 0.59 100 0.08 0.38
Hex 5E 68 59 A 0 E 3B 64 8 26
Octal 136 150 131 12 0 16 73 144 10 46
Binary 1011110 1101000 1011001 1010 0 1110 111011 1100100 1000 100110

Color Harmonies of #5E6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6859

Black with #5E6859

Text Example


Text Example

White with #5E6859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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