#5BA857

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

Shades of Fruit Salad #5BA857

Tints of Fruit Salad #5BA857

Color information

#5BA857 (or 0x5BA857) is unknown color: approx Fruit Salad. HEX triplet: 5B, A8 and 57. RGB value is (91,168,87). Sum of RGB (Red+Green+Blue) = 91+168+87=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA857 is #A457A8. Grayscale: #878787. Windows color (decimal): -10770345 or 5744731. OLE color: 5744731.

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

Color convert

RGB9116887-
CMYK0.4600.480.34
HSL117.04º31.76%50%-
HSV(B)117.04º48.21%65.88%-
XYZ20.0430.9213.93-
YUV135.74100.4996.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 168 (66.02% from 255) = 48.55%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=26.30%
G=48.55%
B=25.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91168870.4600.480.34117.0431.7650
Hex5BA8572E03022752032
Octal13325012756060421654062
Binary101101110101000101011110111001100001000101110101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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