#5DB085

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

Shades of Silver Tree #5DB085

Tints of Silver Tree #5DB085

Color information

#5DB085 (or 0x5DB085) is unknown color: approx Silver Tree. HEX triplet: 5D, B0 and 85. RGB value is (93,176,133). Sum of RGB (Red+Green+Blue) = 93+176+133=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB085 is #A24F7A. Grayscale: #929292. Windows color (decimal): -10637179 or 8761437. OLE color: 8761437.

HSL color Cylindrical-coordinate representation of color #5DB085: hue angle of 148.92º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB085 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB93176133-
CMYK0.4700.240.31
HSL148.92º34.44%52.75%-
HSV(B)148.92º47.16%69.02%-
XYZ24.2735.0727.68-
YUV146.28120.590-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.13%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=23.13%
G=43.78%
B=33.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931761330.4700.240.31148.9234.4452.75
Hex5DB0852F0181F952235
Octal13526020557030372254265
Binary101110110110000100001011011110110001111110010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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