#559F62

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

Shades of Fruit Salad #559F62

Tints of Fruit Salad #559F62

Color information

#559F62 (or 0x559F62) is unknown color: approx Fruit Salad. HEX triplet: 55, 9F and 62. RGB value is (85,159,98). Sum of RGB (Red+Green+Blue) = 85+159+98=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #559F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F62 is #AA609D. Grayscale: #828282. Windows color (decimal): -11165854 or 6463317. OLE color: 6463317.

HSL color Cylindrical-coordinate representation of color #559F62: hue angle of 130.54º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F62 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB8515998-
CMYK0.4700.380.38
HSL130.54º30.33%47.84%-
HSV(B)130.54º46.54%62.35%-
XYZ18.3527.6115.92-
YUV129.92109.9895.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=24.85%
G=46.49%
B=28.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85159980.4700.380.38130.5430.3347.84
Hex559F622F02626831e30
Octal12523714257046462033660
Binary101010110011111110001010111101001101001101000001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559F62; }

 p { color: rgb(85,159,98); }

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

<style>
 a { background-color: #559F62; }

 a { background-color: rgb(85,159,98); }

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

<style>
 span { border-color: #559F62; }

 span { border-color: rgb(85,159,98); }

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