#5BA456

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

Shades of Fruit Salad #5BA456

Tints of Fruit Salad #5BA456

Color information

#5BA456 (or 0x5BA456) is unknown color: approx Fruit Salad. HEX triplet: 5B, A4 and 56. RGB value is (91,164,86). Sum of RGB (Red+Green+Blue) = 91+164+86=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA456 is #A45BA9. Grayscale: #858585. Windows color (decimal): -10771370 or 5678171. OLE color: 5678171.

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

Color convert

RGB9116486-
CMYK0.4500.480.36
HSL116.15º31.2%49.02%-
HSV(B)116.15º47.56%64.31%-
XYZ19.2729.4513.47-
YUV133.28101.3297.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.69%
GREEN value IS 164 (64.45% from 255) = 48.09%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=26.69%
G=48.09%
B=25.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91164860.4500.480.36116.1531.249.02
Hex5BA4562D03024741f31
Octal13324412655060441643761
Binary10110111010010010101101011010110000100100111010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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