#557354

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

Shades of Cactus #557354

Tints of Cactus #557354

Color information

#557354 (or 0x557354) is unknown color: approx Cactus. HEX triplet: 55, 73 and 54. RGB value is (85,115,84). Sum of RGB (Red+Green+Blue) = 85+115+84=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #557354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557354 is #AA8CAB. Grayscale: #666666. Windows color (decimal): -11177132 or 5534549. OLE color: 5534549.

HSL color Cylindrical-coordinate representation of color #557354: hue angle of 118.06º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557354 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB8511584-
CMYK0.2600.270.55
HSL118.06º15.58%39.02%-
HSV(B)118.06º26.96%45.1%-
XYZ11.4814.8310.65-
YUV102.5117.56115.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 84 (33.20% from 255) = 29.58%
R=29.93%
G=40.49%
B=29.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115840.2600.270.55118.0615.5839.02
Hex5573541A01B37761027
Octal12516312432033671662047
Binary10101011110011101010011010011011110111111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557354; }

 p { color: rgb(85,115,84); }

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

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

 a { background-color: rgb(85,115,84); }

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

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

 span { border-color: rgb(85,115,84); }

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