#5DB486

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

Shades of Silver Tree #5DB486

Tints of Silver Tree #5DB486

Color information

#5DB486 (or 0x5DB486) is unknown color: approx Silver Tree. HEX triplet: 5D, B4 and 86. RGB value is (93,180,134). Sum of RGB (Red+Green+Blue) = 93+180+134=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB486 is #A24B79. Grayscale: #949494. Windows color (decimal): -10636154 or 8827997. OLE color: 8827997.

HSL color Cylindrical-coordinate representation of color #5DB486: hue angle of 148.28º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB486 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB93180134-
CMYK0.4800.260.29
HSL148.28º36.71%53.53%-
HSV(B)148.28º48.33%70.59%-
XYZ25.1436.6928.31-
YUV148.74119.6888.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.85%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=22.85%
G=44.23%
B=32.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931801340.4800.260.29148.2836.7153.53
Hex5DB4863001A1D942536
Octal13526420660032352244566
Binary101110110110100100001101100000110101110110010100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,180,134); }

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

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

 a { background-color: rgb(93,180,134); }

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

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

 span { border-color: rgb(93,180,134); }

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