#557651

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

Shades of Cactus #557651

Tints of Cactus #557651

Color information

#557651 (or 0x557651) is unknown color: approx Cactus. HEX triplet: 55, 76 and 51. RGB value is (85,118,81). Sum of RGB (Red+Green+Blue) = 85+118+81=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #557651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557651 is #AA89AE. Grayscale: #686868. Windows color (decimal): -11176367 or 5338709. OLE color: 5338709.

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

Color convert

RGB8511881-
CMYK0.2800.310.54
HSL113.51º18.59%39.02%-
HSV(B)113.51º31.36%46.27%-
XYZ11.7115.4810.16-
YUV103.91115.07114.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=29.93%
G=41.55%
B=28.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118810.2800.310.54113.5118.5939.02
Hex5576511C01F36721327
Octal12516612134037661622347
Binary10101011110110101000111100011111110110111001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557651; }

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

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

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

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

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

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

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

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