#5BA457

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

Shades of Fruit Salad #5BA457

Tints of Fruit Salad #5BA457

Color information

#5BA457 (or 0x5BA457) is unknown color: approx Fruit Salad. HEX triplet: 5B, A4 and 57. RGB value is (91,164,87). Sum of RGB (Red+Green+Blue) = 91+164+87=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA457 is #A45BA8. Grayscale: #858585. Windows color (decimal): -10771369 or 5743707. OLE color: 5743707.

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

Color convert

RGB9116487-
CMYK0.4500.470.36
HSL116.88º30.68%49.22%-
HSV(B)116.88º46.95%64.31%-
XYZ19.3129.4613.69-
YUV133.4101.8297.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.61%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=26.61%
G=47.95%
B=25.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91164870.4500.470.36116.8830.6849.22
Hex5BA4572D02F24751f31
Octal13324412755057441653761
Binary10110111010010010101111011010101111100100111010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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