#559C57

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

Shades of Fruit Salad #559C57

Tints of Fruit Salad #559C57

Color information

#559C57 (or 0x559C57) is unknown color: approx Fruit Salad. HEX triplet: 55, 9C and 57. RGB value is (85,156,87). Sum of RGB (Red+Green+Blue) = 85+156+87=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #559C57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C57 is #AA63A8. Grayscale: #7F7F7F. Windows color (decimal): -11166633 or 5741653. OLE color: 5741653.

HSL color Cylindrical-coordinate representation of color #559C57: hue angle of 121.69º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C57 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB8515687-
CMYK0.4600.440.39
HSL121.69º29.46%47.25%-
HSV(B)121.69º45.51%61.18%-
XYZ17.3626.413.2-
YUV126.9105.4898.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 156 (61.33% from 255) = 47.56%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=25.91%
G=47.56%
B=26.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85156870.4600.440.39121.6929.4647.25
Hex559C572E02C277a1d2f
Octal12523412756054471723557
Binary10101011001110010101111011100101100100111111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,156,87); }

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

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

 a { background-color: rgb(85,156,87); }

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

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

 span { border-color: rgb(85,156,87); }

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