#5DAA85

Color #5DAA85 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #5DAA85

Tints of Silver Tree #5DAA85

Color information

#5DAA85 (or 0x5DAA85) is unknown color: approx Silver Tree. HEX triplet: 5D, AA and 85. RGB value is (93,170,133). Sum of RGB (Red+Green+Blue) = 93+170+133=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAA85 is #A2557A. Grayscale: #8E8E8E. Windows color (decimal): -10638715 or 8759901. OLE color: 8759901.

HSL color Cylindrical-coordinate representation of color #5DAA85: hue angle of 151.17º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAA85 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB93170133-
CMYK0.4500.220.33
HSL151.17º31.17%51.57%-
HSV(B)151.17º45.29%66.67%-
XYZ23.1232.7727.3-
YUV142.76122.4992.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.48%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=23.48%
G=42.93%
B=33.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931701330.4500.220.33151.1731.1751.57
Hex5DAA852D01621971f34
Octal13525220555026412273764
Binary101110110101010100001011011010101101000011001011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DAA85; }

 p { color: rgb(93,170,133); }

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

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

 a { background-color: rgb(93,170,133); }

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

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

 span { border-color: rgb(93,170,133); }

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