#556B4D

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

Shades of Cactus #556B4D

Tints of Cactus #556B4D

Color information

#556B4D (or 0x556B4D) is unknown color: approx Cactus. HEX triplet: 55, 6B and 4D. RGB value is (85,107,77). Sum of RGB (Red+Green+Blue) = 85+107+77=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 107 - color contains mainly: green. Hex color #556B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B4D is #AA94B2. Grayscale: #616161. Windows color (decimal): -11179187 or 5073749. OLE color: 5073749.

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

Color convert

RGB8510777-
CMYK0.2100.280.58
HSL104º16.3%36.08%-
HSV(B)104º28.04%41.96%-
XYZ10.3412.988.98-
YUV97116.71119.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=31.60%
G=39.78%
B=28.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107770.2100.280.5810416.336.08
Hex556B4D1501C3A681024
Octal12515311525034721502044
Binary10101011101011100110110101011100111010110100010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,107,77); }

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

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

 a { background-color: rgb(85,107,77); }

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

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

 span { border-color: rgb(85,107,77); }

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