#557553

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

Shades of Cactus #557553

Tints of Cactus #557553

Color information

#557553 (or 0x557553) is unknown color: approx Cactus. HEX triplet: 55, 75 and 53. RGB value is (85,117,83). Sum of RGB (Red+Green+Blue) = 85+117+83=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #557553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557553 is #AA8AAC. Grayscale: #676767. Windows color (decimal): -11176621 or 5469525. OLE color: 5469525.

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

Color convert

RGB8511783-
CMYK0.2700.290.54
HSL116.47º17%39.22%-
HSV(B)116.47º29.06%45.88%-
XYZ11.6715.2810.52-
YUV103.56116.4114.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=29.82%
G=41.05%
B=29.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117830.2700.290.54116.471739.22
Hex5575531B01D36741127
Octal12516512333035661642147
Binary10101011110101101001111011011101110110111010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557553; }

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

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

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

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

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

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

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

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