#556D51

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

Shades of Cactus #556D51

Tints of Cactus #556D51

Color information

#556D51 (or 0x556D51) is unknown color: approx Cactus. HEX triplet: 55, 6D and 51. RGB value is (85,109,81). Sum of RGB (Red+Green+Blue) = 85+109+81=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #556D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D51 is #AA92AE. Grayscale: #626262. Windows color (decimal): -11178671 or 5336405. OLE color: 5336405.

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

Color convert

RGB8510981-
CMYK0.2200.260.57
HSL111.43º14.74%37.25%-
HSV(B)111.43º25.69%42.75%-
XYZ10.713.469.82-
YUV98.63118.05118.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 109 (42.97% from 255) = 39.64%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=30.91%
G=39.64%
B=29.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85109810.2200.260.57111.4314.7437.25
Hex556D511601A396ff25
Octal12515512126032711571745
Binary1010101110110110100011011001101011100111011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,109,81); }

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

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

 a { background-color: rgb(85,109,81); }

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

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

 span { border-color: rgb(85,109,81); }

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