Html Css Color HEX #58694F Cactus

📋 copy color: '#58694F'

red 88 ◦ green 105 ◦ blue 79

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

Shades of Cactus #58694F

Tints of Cactus #58694F

RGB

 RED value IS 88 (34.77% from 255) = 32.35%

 GREEN value IS 105 (41.41% from 255) = 38.6%

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 32.35%
G = 38.6%
B = 29.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#58694F (or 0x58694F) is known color: Cactus. HEX triplet: 58, 69 and 4F. RGB value is (88,105,79). Sum of RGB (Red+Green+Blue) = 88+105+79=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #58694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58694F is #A796B0. Grayscale: #616161. Windows color (decimal): -10983089 or 5204312. OLE color: 5204312.

HSL color Cylindrical-coordinate representation of color #58694F: hue angle of 99.23º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58694F is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 105 79 -
CMYK 0.16 0 0.25 0.59
HSL 99.23º 0.14% 0.36% -
HSV(B) 99.23º 0.25% 0.41% -
XYZ 10.49 12.74 9.3 -
YUV 96.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 88 105 79 0.16 0 0.25 0.59 99.23 0.14 0.36
Hex 58 69 4F 10 0 19 3B 63 E 24
Octal 130 151 117 20 0 31 73 143 16 44
Binary 1011000 1101001 1001111 10000 0 11001 111011 1100011 1110 100100

Color Harmonies of #58694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58694F

Black with #58694F

Text Example


Text Example

White with #58694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58694F; }

 p { color: rgb(88,105,79); }

 H1.HeaderClassName
 {
   color: #58694F;
 }
 .AnyTagClassName
 {
   color: #58694F;
 }
</style>

background-color css

<style>
 a { background-color: #58694F; }

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

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

border-color css

<style>
 span { border-color: #58694F; }

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

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