#5BA659

Color #5BA659 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #5BA659

Tints of Fruit Salad #5BA659

Color information

#5BA659 (or 0x5BA659) is unknown color: approx Fruit Salad. HEX triplet: 5B, A6 and 59. RGB value is (91,166,89). Sum of RGB (Red+Green+Blue) = 91+166+89=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA659 is #A459A6. Grayscale: #878787. Windows color (decimal): -10770855 or 5875291. OLE color: 5875291.

HSL color Cylindrical-coordinate representation of color #5BA659: hue angle of 118.44º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA659 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB9116689-
CMYK0.4500.460.35
HSL118.44º30.2%50%-
HSV(B)118.44º46.39%65.1%-
XYZ19.7530.2214.24-
YUV134.8102.1596.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 166 (65.23% from 255) = 47.98%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=26.30%
G=47.98%
B=25.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91166890.4500.460.35118.4430.250
Hex5BA6592D02E23761e32
Octal13324613155056431663662
Binary10110111010011010110011011010101110100011111011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,166,89); }

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

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

 a { background-color: rgb(91,166,89); }

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

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

 span { border-color: rgb(91,166,89); }

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