#5BBC85

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

Shades of Silver Tree #5BBC85

Tints of Silver Tree #5BBC85

Color information

#5BBC85 (or 0x5BBC85) is unknown color: approx Silver Tree. HEX triplet: 5B, BC and 85. RGB value is (91,188,133). Sum of RGB (Red+Green+Blue) = 91+188+133=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC85 is #A4437A. Grayscale: #989898. Windows color (decimal): -10765179 or 8764507. OLE color: 8764507.

HSL color Cylindrical-coordinate representation of color #5BBC85: hue angle of 145.98º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBC85 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB91188133-
CMYK0.5200.290.26
HSL145.98º41.99%54.71%-
HSV(B)145.98º51.6%73.73%-
XYZ26.5339.8828.49-
YUV152.73116.8683.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.09%
GREEN value IS 188 (73.83% from 255) = 45.63%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=22.09%
G=45.63%
B=32.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal911881330.5200.290.26145.9841.9954.71
Hex5BBC853401D1A922a37
Octal13327420564035322225267
Binary101101110111100100001011101000111011101010010010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,188,133); }

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

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

 a { background-color: rgb(91,188,133); }

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

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

 span { border-color: rgb(91,188,133); }

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