#5AB585

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

Shades of Silver Tree #5AB585

Tints of Silver Tree #5AB585

Color information

#5AB585 (or 0x5AB585) is unknown color: approx Silver Tree. HEX triplet: 5A, B5 and 85. RGB value is (90,181,133). Sum of RGB (Red+Green+Blue) = 90+181+133=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB585 is #A54A7A. Grayscale: #949494. Windows color (decimal): -10832507 or 8762714. OLE color: 8762714.

HSL color Cylindrical-coordinate representation of color #5AB585: hue angle of 148.35º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB585 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB90181133-
CMYK0.5000.270.29
HSL148.35º38.08%53.14%-
HSV(B)148.35º50.28%70.98%-
XYZ24.9736.9128-
YUV148.32119.3586.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.28%
GREEN value IS 181 (71.09% from 255) = 44.80%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=22.28%
G=44.80%
B=32.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901811330.5000.270.29148.3538.0853.14
Hex5AB5853201B1D942635
Octal13226520562033352244665
Binary101101010110101100001011100100110111110110010100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,181,133); }

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

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

 a { background-color: rgb(90,181,133); }

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

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

 span { border-color: rgb(90,181,133); }

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