#5BA753

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

Shades of Fruit Salad #5BA753

Tints of Fruit Salad #5BA753

Color information

#5BA753 (or 0x5BA753) is unknown color: approx Fruit Salad. HEX triplet: 5B, A7 and 53. RGB value is (91,167,83). Sum of RGB (Red+Green+Blue) = 91+167+83=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA753 is #A458AC. Grayscale: #868686. Windows color (decimal): -10770605 or 5482331. OLE color: 5482331.

HSL color Cylindrical-coordinate representation of color #5BA753: hue angle of 114.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BA753 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB9116783-
CMYK0.4600.500.35
HSL114.29º33.6%49.02%-
HSV(B)114.29º50.3%65.49%-
XYZ19.6930.4913.03-
YUV134.798.8296.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.69%
GREEN value IS 167 (65.62% from 255) = 48.97%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=26.69%
G=48.97%
B=24.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91167830.4600.500.35114.2933.649.02
Hex5BA7532E03223722231
Octal13324712356062431624261
Binary101101110100111101001110111001100101000111110010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,167,83); }

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

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

 a { background-color: rgb(91,167,83); }

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

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

 span { border-color: rgb(91,167,83); }

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