#5BA359

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

Shades of Fruit Salad #5BA359

Tints of Fruit Salad #5BA359

Color information

#5BA359 (or 0x5BA359) is unknown color: approx Fruit Salad. HEX triplet: 5B, A3 and 59. RGB value is (91,163,89). Sum of RGB (Red+Green+Blue) = 91+163+89=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA359 is #A45CA6. Grayscale: #858585. Windows color (decimal): -10771623 or 5874523. OLE color: 5874523.

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

Color convert

RGB9116389-
CMYK0.4400.450.36
HSL118.38º29.37%49.41%-
HSV(B)118.38º45.4%63.92%-
XYZ19.2129.1414.06-
YUV133.04103.1598.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.53%
GREEN value IS 163 (64.06% from 255) = 47.52%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=26.53%
G=47.52%
B=25.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91163890.4400.450.36118.3829.3749.41
Hex5BA3592C02D24761d31
Octal13324313154055441663561
Binary10110111010001110110011011000101101100100111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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