#556C50

Color #556C50 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #556C50

Tints of Cactus #556C50

Color information

#556C50 (or 0x556C50) is unknown color: approx Cactus. HEX triplet: 55, 6C and 50. RGB value is (85,108,80). Sum of RGB (Red+Green+Blue) = 85+108+80=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 108 - color contains mainly: green. Hex color #556C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C50 is #AA93AF. Grayscale: #626262. Windows color (decimal): -11178928 or 5270613. OLE color: 5270613.

HSL color Cylindrical-coordinate representation of color #556C50: hue angle of 109.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #556C50 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB8510880-
CMYK0.2100.260.58
HSL109.29º14.89%36.86%-
HSV(B)109.29º25.93%42.35%-
XYZ10.5613.249.59-
YUV97.93117.88118.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=31.14%
G=39.56%
B=29.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108800.2100.260.58109.2914.8936.86
Hex556C501501A3A6df25
Octal12515412025032721551745
Binary1010101110110010100001010101101011101011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556C50; }

 p { color: rgb(85,108,80); }

 H1.HeaderClassName
 {
   color: #556C50;
 }
 .AnyTagClassName
 {
   color: #556C50;
 }
</style>
background-color css

<style>
 a { background-color: #556C50; }

 a { background-color: rgb(85,108,80); }

 div.DivClassName
 {
   background-color: #556C50;
 }
 .BgClassName
 {
   background-color: #556C50;
 }
</style>
border-color css

<style>
 span { border-color: #556C50; }

 span { border-color: rgb(85,108,80); }

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