#58BD8D

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

Shades of Silver Tree #58BD8D

Tints of Silver Tree #58BD8D

Color information

#58BD8D (or 0x58BD8D) is unknown color: approx Silver Tree. HEX triplet: 58, BD and 8D. RGB value is (88,189,141). Sum of RGB (Red+Green+Blue) = 88+189+141=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BD8D is #A74272. Grayscale: #999999. Windows color (decimal): -10961523 or 9289048. OLE color: 9289048.

HSL color Cylindrical-coordinate representation of color #58BD8D: hue angle of 151.49º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BD8D is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB88189141-
CMYK0.5300.250.26
HSL151.49º43.35%54.31%-
HSV(B)151.49º53.44%74.12%-
XYZ27.0340.3931.57-
YUV153.33121.0481.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.05%
GREEN value IS 189 (74.22% from 255) = 45.22%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=21.05%
G=45.22%
B=33.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881891410.5300.250.26151.4943.3554.31
Hex58BD8D350191A972b36
Octal13027521565031322275366
Binary101100010111101100011011101010110011101010010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58BD8D; }

 p { color: rgb(88,189,141); }

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

<style>
 a { background-color: #58BD8D; }

 a { background-color: rgb(88,189,141); }

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

<style>
 span { border-color: #58BD8D; }

 span { border-color: rgb(88,189,141); }

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