#556B4E

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

Shades of Cactus #556B4E

Tints of Cactus #556B4E

Color information

#556B4E (or 0x556B4E) is unknown color: approx Cactus. HEX triplet: 55, 6B and 4E. RGB value is (85,107,78). Sum of RGB (Red+Green+Blue) = 85+107+78=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #556B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B4E is #AA94B1. Grayscale: #616161. Windows color (decimal): -11179186 or 5139285. OLE color: 5139285.

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

Color convert

RGB8510778-
CMYK0.2100.270.58
HSL105.52º15.68%36.27%-
HSV(B)105.52º27.1%41.96%-
XYZ10.38139.17-
YUV97.12117.21119.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=31.48%
G=39.63%
B=28.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107780.2100.270.58105.5215.6836.27
Hex556B4E1501B3A6a1024
Octal12515311625033721522044
Binary10101011101011100111010101011011111010110101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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