Html Css Color HEX #5E6858 Cactus

📋 copy color: '#5E6858'

red 94 ◦ green 104 ◦ blue 88

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

Shades of Cactus #5E6858

Tints of Cactus #5E6858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 32.87%
G = 36.36%
B = 30.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#5E6858 (or 0x5E6858) is known color: Cactus. HEX triplet: 5E, 68 and 58. RGB value is (94,104,88). Sum of RGB (Red+Green+Blue) = 94+104+88=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6858 is #A197A7. Grayscale: #636363. Windows color (decimal): -10590120 or 5793886. OLE color: 5793886.

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

Color convert

RGB 94 104 88 -
CMYK 0.10 0 0.15 0.59
HSL 97.5º 0.08% 0.38% -
HSV(B) 97.5º 0.15% 0.41% -
XYZ 11.33 12.98 11.14 -
YUV 99.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 94 104 88 0.10 0 0.15 0.59 97.5 0.08 0.38
Hex 5E 68 58 A 0 F 3B 62 8 26
Octal 136 150 130 12 0 17 73 142 10 46
Binary 1011110 1101000 1011000 1010 0 1111 111011 1100010 1000 100110

Color Harmonies of #5E6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6858

Black with #5E6858

Text Example


Text Example

White with #5E6858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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