#557554

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

Shades of Cactus #557554

Tints of Cactus #557554

Color information

#557554 (or 0x557554) is unknown color: approx Cactus. HEX triplet: 55, 75 and 54. RGB value is (85,117,84). Sum of RGB (Red+Green+Blue) = 85+117+84=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #557554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557554 is #AA8AAB. Grayscale: #676767. Windows color (decimal): -11176620 or 5535061. OLE color: 5535061.

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

Color convert

RGB8511784-
CMYK0.2700.280.54
HSL118.18º16.42%39.41%-
HSV(B)118.18º28.21%45.88%-
XYZ11.7115.2910.72-
YUV103.67116.9114.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=29.72%
G=40.91%
B=29.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117840.2700.280.54118.1816.4239.41
Hex5575541B01C36761027
Octal12516512433034661662047
Binary10101011110101101010011011011100110110111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557554; }

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

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

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

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

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

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

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

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