#5DAE8B

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

Shades of Silver Tree #5DAE8B

Tints of Silver Tree #5DAE8B

Color information

#5DAE8B (or 0x5DAE8B) is unknown color: approx Silver Tree. HEX triplet: 5D, AE and 8B. RGB value is (93,174,139). Sum of RGB (Red+Green+Blue) = 93+174+139=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE8B is #A25174. Grayscale: #919191. Windows color (decimal): -10637685 or 9154141. OLE color: 9154141.

HSL color Cylindrical-coordinate representation of color #5DAE8B: hue angle of 154.07º 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 #5DAE8B is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB93174139-
CMYK0.4700.200.32
HSL154.07º33.33%52.35%-
HSV(B)154.07º46.55%68.24%-
XYZ24.3134.4629.8-
YUV145.79124.1690.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.91%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=22.91%
G=42.86%
B=34.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931741390.4700.200.32154.0733.3352.35
Hex5DAE8B2F014209a2134
Octal13525621357024402324164
Binary1011101101011101000101110111101010010000010011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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