#5DBF88

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

Shades of Silver Tree #5DBF88

Tints of Silver Tree #5DBF88

Color information

#5DBF88 (or 0x5DBF88) is unknown color: approx Silver Tree. HEX triplet: 5D, BF and 88. RGB value is (93,191,136). Sum of RGB (Red+Green+Blue) = 93+191+136=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBF88 is #A24077. Grayscale: #9B9B9B. Windows color (decimal): -10633336 or 8961885. OLE color: 8961885.

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

Color convert

RGB93191136-
CMYK0.5100.290.25
HSL146.33º43.36%55.69%-
HSV(B)146.33º51.31%74.9%-
XYZ27.5941.3729.82-
YUV155.43117.0383.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.14%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=22.14%
G=45.48%
B=32.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931911360.5100.290.25146.3343.3655.69
Hex5DBF883301D19922b38
Octal13527721063035312225370
Binary101110110111111100010001100110111011100110010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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