#5DBA8A

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

Shades of Silver Tree #5DBA8A

Tints of Silver Tree #5DBA8A

Color information

#5DBA8A (or 0x5DBA8A) is unknown color: approx Silver Tree. HEX triplet: 5D, BA and 8A. RGB value is (93,186,138). Sum of RGB (Red+Green+Blue) = 93+186+138=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA8A is #A24575. Grayscale: #989898. Windows color (decimal): -10634614 or 9091677. OLE color: 9091677.

HSL color Cylindrical-coordinate representation of color #5DBA8A: hue angle of 149.03º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA8A is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB93186138-
CMYK0.500.260.27
HSL149.03º40.26%54.71%-
HSV(B)149.03º50%72.94%-
XYZ26.6639.2830.22-
YUV152.72119.6985.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.30%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=22.30%
G=44.60%
B=33.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931861380.500.260.27149.0340.2654.71
Hex5DBA8A3201A1B952837
Octal13527221262032332255067
Binary101110110111010100010101100100110101101110010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,138); }

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

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

 a { background-color: rgb(93,186,138); }

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

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

 span { border-color: rgb(93,186,138); }

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