#5BA957

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

Shades of Fruit Salad #5BA957

Tints of Fruit Salad #5BA957

Color information

#5BA957 (or 0x5BA957) is unknown color: approx Fruit Salad. HEX triplet: 5B, A9 and 57. RGB value is (91,169,87). Sum of RGB (Red+Green+Blue) = 91+169+87=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA957 is #A456A8. Grayscale: #888888. Windows color (decimal): -10770089 or 5744987. OLE color: 5744987.

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

Color convert

RGB9116987-
CMYK0.4600.490.34
HSL117.07º32.28%50.2%-
HSV(B)117.07º48.52%66.27%-
XYZ20.2231.2913.99-
YUV136.33100.1695.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=26.22%
G=48.70%
B=25.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91169870.4600.490.34117.0732.2850.2
Hex5BA9572E03122752032
Octal13325112756061421654062
Binary101101110101001101011110111001100011000101110101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,169,87); }

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

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

 a { background-color: rgb(91,169,87); }

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

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

 span { border-color: rgb(91,169,87); }

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