#5BA859

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

Shades of Fruit Salad #5BA859

Tints of Fruit Salad #5BA859

Color information

#5BA859 (or 0x5BA859) is unknown color: approx Fruit Salad. HEX triplet: 5B, A8 and 59. RGB value is (91,168,89). Sum of RGB (Red+Green+Blue) = 91+168+89=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA859 is #A457A6. Grayscale: #888888. Windows color (decimal): -10770343 or 5875803. OLE color: 5875803.

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

Color convert

RGB9116889-
CMYK0.4600.470.34
HSL118.48º31.23%50.39%-
HSV(B)118.48º47.02%65.88%-
XYZ20.1230.9514.36-
YUV135.97101.4995.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 168 (66.02% from 255) = 48.28%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=26.15%
G=48.28%
B=25.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91168890.4600.470.34118.4831.2350.39
Hex5BA8592E02F22761f32
Octal13325013156057421663762
Binary10110111010100010110011011100101111100010111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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