#5BA759

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

Shades of Fruit Salad #5BA759

Tints of Fruit Salad #5BA759

Color information

#5BA759 (or 0x5BA759) is unknown color: approx Fruit Salad. HEX triplet: 5B, A7 and 59. RGB value is (91,167,89). Sum of RGB (Red+Green+Blue) = 91+167+89=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA759 is #A458A6. Grayscale: #878787. Windows color (decimal): -10770599 or 5875547. OLE color: 5875547.

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

Color convert

RGB9116789-
CMYK0.4600.470.35
HSL118.46º30.71%50.2%-
HSV(B)118.46º46.71%65.49%-
XYZ19.9430.5814.3-
YUV135.38101.8296.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 167 (65.62% from 255) = 48.13%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=26.22%
G=48.13%
B=25.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91167890.4600.470.35118.4630.7150.2
Hex5BA7592E02F23761f32
Octal13324713156057431663762
Binary10110111010011110110011011100101111100011111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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