#5DC088

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

Shades of Silver Tree #5DC088

Tints of Silver Tree #5DC088

Color information

#5DC088 (or 0x5DC088) is unknown color: approx Silver Tree. HEX triplet: 5D, C0 and 88. RGB value is (93,192,136). Sum of RGB (Red+Green+Blue) = 93+192+136=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC088 is #A23F77. Grayscale: #9C9C9C. Windows color (decimal): -10633080 or 8962141. OLE color: 8962141.

HSL color Cylindrical-coordinate representation of color #5DC088: hue angle of 146.06º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC088 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB93192136-
CMYK0.5200.290.25
HSL146.06º44%55.88%-
HSV(B)146.06º51.56%75.29%-
XYZ27.8141.829.9-
YUV156.01116.783.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.09%
GREEN value IS 192 (75.39% from 255) = 45.61%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=22.09%
G=45.61%
B=32.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931921360.5200.290.25146.064455.88
Hex5DC0883401D19922c38
Octal13530021064035312225470
Binary101110111000000100010001101000111011100110010010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,192,136); }

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

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

 a { background-color: rgb(93,192,136); }

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

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

 span { border-color: rgb(93,192,136); }

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