Html Css Color HEX #5D685B Cactus

📋 copy color: '#5D685B'

red 93 ◦ green 104 ◦ blue 91

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

Shades of Cactus #5D685B

Tints of Cactus #5D685B

RGB

 RED value IS 93 (36.72% from 255) = 32.29%

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

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 32.29%
G = 36.11%
B = 31.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#5D685B (or 0x5D685B) is known color: Cactus. HEX triplet: 5D, 68 and 5B. RGB value is (93,104,91). Sum of RGB (Red+Green+Blue) = 93+104+91=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 104 - color contains mainly: green. Hex color #5D685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D685B is #A297A4. Grayscale: #636363. Windows color (decimal): -10655653 or 5990493. OLE color: 5990493.

HSL color Cylindrical-coordinate representation of color #5D685B: hue angle of 110.77º degrees, saturation: 0.07, 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 #5D685B is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 104 91 -
CMYK 0.11 0 0.12 0.59
HSL 110.77º 0.07% 0.38% -
HSV(B) 110.77º 0.13% 0.41% -
XYZ 11.35 12.98 11.81 -
YUV 99.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 93 104 91 0.11 0 0.12 0.59 110.77 0.07 0.38
Hex 5D 68 5B B 0 C 3B 6F 7 26
Octal 135 150 133 13 0 14 73 157 7 46
Binary 1011101 1101000 1011011 1011 0 1100 111011 1101111 111 100110

Color Harmonies of #5D685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D685B

Black with #5D685B

Text Example


Text Example

White with #5D685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,104,91); }

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

background-color css

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

 a { background-color: rgb(93,104,91); }

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

border-color css

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

 span { border-color: rgb(93,104,91); }

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