#5BA257

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

Shades of Fruit Salad #5BA257

Tints of Fruit Salad #5BA257

Color information

#5BA257 (or 0x5BA257) is unknown color: approx Fruit Salad. HEX triplet: 5B, A2 and 57. RGB value is (91,162,87). Sum of RGB (Red+Green+Blue) = 91+162+87=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA257 is #A45DA8. Grayscale: #848484. Windows color (decimal): -10771881 or 5743195. OLE color: 5743195.

HSL color Cylindrical-coordinate representation of color #5BA257: hue angle of 116.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA257 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB9116287-
CMYK0.4400.460.36
HSL116.8º30.12%48.82%-
HSV(B)116.8º46.3%63.53%-
XYZ18.9628.7513.57-
YUV132.22102.4898.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.76%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 87 (34.38% from 255) = 25.59%
R=26.76%
G=47.65%
B=25.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91162870.4400.460.36116.830.1248.82
Hex5BA2572C02E24751e31
Octal13324212754056441653661
Binary10110111010001010101111011000101110100100111010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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