#58AA56

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

Shades of Fruit Salad #58AA56

Tints of Fruit Salad #58AA56

Color information

#58AA56 (or 0x58AA56) is unknown color: approx Fruit Salad. HEX triplet: 58, AA and 56. RGB value is (88,170,86). Sum of RGB (Red+Green+Blue) = 88+170+86=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AA56 is #A755A9. Grayscale: #888888. Windows color (decimal): -10966442 or 5679704. OLE color: 5679704.

HSL color Cylindrical-coordinate representation of color #58AA56: hue angle of 118.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AA56 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB8817086-
CMYK0.4800.490.33
HSL118.57º33.07%50.2%-
HSV(B)118.57º49.41%66.67%-
XYZ20.0831.513.83-
YUV135.9199.8393.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 170 (66.80% from 255) = 49.42%
BLUE value IS 86 (33.98% from 255) = 25%
R=25.58%
G=49.42%
B=25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88170860.4800.490.33118.5733.0750.2
Hex58AA563003121772132
Octal13025212660061411674162
Binary101100010101010101011011000001100011000011110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58AA56; }

 p { color: rgb(88,170,86); }

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

<style>
 a { background-color: #58AA56; }

 a { background-color: rgb(88,170,86); }

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

<style>
 span { border-color: #58AA56; }

 span { border-color: rgb(88,170,86); }

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