#55B059

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

Shades of Fruit Salad #55B059

Tints of Fruit Salad #55B059

Color information

#55B059 (or 0x55B059) is unknown color: approx Fruit Salad. HEX triplet: 55, B0 and 59. RGB value is (85,176,89). Sum of RGB (Red+Green+Blue) = 85+176+89=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #55B059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B059 is #AA4FA6. Grayscale: #8B8B8B. Windows color (decimal): -11161511 or 5877845. OLE color: 5877845.

HSL color Cylindrical-coordinate representation of color #55B059: hue angle of 122.64º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B059 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB8517689-
CMYK0.5200.490.31
HSL122.64º36.55%51.18%-
HSV(B)122.64º51.7%69.02%-
XYZ21.0733.714.85-
YUV138.8799.8589.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=24.29%
G=50.29%
B=25.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85176890.5200.490.31122.6436.5551.18
Hex55B059340311F7b2533
Octal12526013164061371734563
Binary10101011011000010110011101000110001111111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B059; }

 p { color: rgb(85,176,89); }

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

<style>
 a { background-color: #55B059; }

 a { background-color: rgb(85,176,89); }

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

<style>
 span { border-color: #55B059; }

 span { border-color: rgb(85,176,89); }

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