Html Css Color HEX #5A6D56 Cactus

📋 copy color: '#5A6D56'

red 90 ◦ green 109 ◦ blue 86

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

Shades of Cactus #5A6D56

Tints of Cactus #5A6D56

RGB

 RED value IS 90 (35.55% from 255) = 31.58%

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 31.58%
G = 38.25%
B = 30.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#5A6D56 (or 0x5A6D56) is known color: Cactus. HEX triplet: 5A, 6D and 56. RGB value is (90,109,86). Sum of RGB (Red+Green+Blue) = 90+109+86=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6D56 is #A592A9. Grayscale: #646464. Windows color (decimal): -10850986 or 5664090. OLE color: 5664090.

HSL color Cylindrical-coordinate representation of color #5A6D56: hue angle of 109.57º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A6D56 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 109 86 -
CMYK 0.17 0 0.21 0.57
HSL 109.57º 0.12% 0.38% -
HSV(B) 109.57º 0.21% 0.43% -
XYZ 11.36 13.78 10.87 -
YUV 100.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 90 109 86 0.17 0 0.21 0.57 109.57 0.12 0.38
Hex 5A 6D 56 11 0 15 39 6E C 26
Octal 132 155 126 21 0 25 71 156 14 46
Binary 1011010 1101101 1010110 10001 0 10101 111001 1101110 1100 100110

Color Harmonies of #5A6D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6D56

Black with #5A6D56

Text Example


Text Example

White with #5A6D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,109,86); }

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

background-color css

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

 a { background-color: rgb(90,109,86); }

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

border-color css

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

 span { border-color: rgb(90,109,86); }

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