#557053

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

Shades of Cactus #557053

Tints of Cactus #557053

Color information

#557053 (or 0x557053) is unknown color: approx Cactus. HEX triplet: 55, 70 and 53. RGB value is (85,112,83). Sum of RGB (Red+Green+Blue) = 85+112+83=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #557053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557053 is #AA8FAC. Grayscale: #646464. Windows color (decimal): -11177901 or 5468245. OLE color: 5468245.

HSL color Cylindrical-coordinate representation of color #557053: hue angle of 115.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557053 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB8511283-
CMYK0.2400.260.56
HSL115.86º14.87%38.24%-
HSV(B)115.86º25.89%43.92%-
XYZ11.114.1410.33-
YUV100.62118.05116.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=30.36%
G=40%
B=29.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112830.2400.260.56115.8614.8738.24
Hex5570531801A3874f26
Octal12516012330032701641746
Binary1010101111000010100111100001101011100011101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557053; }

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

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

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

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

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

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

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

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