#556A50

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

Shades of Cactus #556A50

Tints of Cactus #556A50

Color information

#556A50 (or 0x556A50) is unknown color: approx Cactus. HEX triplet: 55, 6A and 50. RGB value is (85,106,80). Sum of RGB (Red+Green+Blue) = 85+106+80=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #556A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A50 is #AA95AF. Grayscale: #606060. Windows color (decimal): -11179440 or 5270101. OLE color: 5270101.

HSL color Cylindrical-coordinate representation of color #556A50: hue angle of 108.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556A50 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB8510680-
CMYK0.2000.250.58
HSL108.46º13.98%36.47%-
HSV(B)108.46º24.53%41.57%-
XYZ10.3512.829.52-
YUV96.76118.54119.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=31.37%
G=39.11%
B=29.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106800.2000.250.58108.4613.9836.47
Hex556A50140193A6ce24
Octal12515212024031721541644
Binary1010101110101010100001010001100111101011011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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