#556F53

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

Shades of Cactus #556F53

Tints of Cactus #556F53

Color information

#556F53 (or 0x556F53) is unknown color: approx Cactus. HEX triplet: 55, 6F and 53. RGB value is (85,111,83). Sum of RGB (Red+Green+Blue) = 85+111+83=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #556F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F53 is #AA90AC. Grayscale: #646464. Windows color (decimal): -11178157 or 5467989. OLE color: 5467989.

HSL color Cylindrical-coordinate representation of color #556F53: hue angle of 115.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556F53 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB8511183-
CMYK0.2300.250.56
HSL115.71º14.43%38.04%-
HSV(B)115.71º25.23%43.53%-
XYZ10.9913.9210.29-
YUV100.03118.39117.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=30.47%
G=39.78%
B=29.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111830.2300.250.56115.7114.4338.04
Hex556F53170193874e26
Octal12515712327031701641646
Binary1010101110111110100111011101100111100011101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,111,83); }

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

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

 a { background-color: rgb(85,111,83); }

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

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

 span { border-color: rgb(85,111,83); }

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