#5DAE8A

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

Shades of Silver Tree #5DAE8A

Tints of Silver Tree #5DAE8A

Color information

#5DAE8A (or 0x5DAE8A) is unknown color: approx Silver Tree. HEX triplet: 5D, AE and 8A. RGB value is (93,174,138). Sum of RGB (Red+Green+Blue) = 93+174+138=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE8A is #A25175. Grayscale: #919191. Windows color (decimal): -10637686 or 9088605. OLE color: 9088605.

HSL color Cylindrical-coordinate representation of color #5DAE8A: hue angle of 153.33º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAE8A is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB93174138-
CMYK0.4700.210.32
HSL153.33º33.33%52.35%-
HSV(B)153.33º46.55%68.24%-
XYZ24.2434.4329.41-
YUV145.68123.6690.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.96%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=22.96%
G=42.96%
B=34.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931741380.4700.210.32153.3333.3352.35
Hex5DAE8A2F01520992134
Octal13525621257025402314164
Binary1011101101011101000101010111101010110000010011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,174,138); }

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

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

 a { background-color: rgb(93,174,138); }

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

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

 span { border-color: rgb(93,174,138); }

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