#559C58

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

Shades of Fruit Salad #559C58

Tints of Fruit Salad #559C58

Color information

#559C58 (or 0x559C58) is unknown color: approx Fruit Salad. HEX triplet: 55, 9C and 58. RGB value is (85,156,88). Sum of RGB (Red+Green+Blue) = 85+156+88=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #559C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C58 is #AA63A7. Grayscale: #7F7F7F. Windows color (decimal): -11166632 or 5807189. OLE color: 5807189.

HSL color Cylindrical-coordinate representation of color #559C58: hue angle of 122.54º 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 #559C58 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB8515688-
CMYK0.4600.440.39
HSL122.54º29.46%47.25%-
HSV(B)122.54º45.51%61.18%-
XYZ17.426.4113.41-
YUV127.02105.9898.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=25.84%
G=47.42%
B=26.75%

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
Decimal85156880.4600.440.39122.5429.4647.25
Hex559C582E02C277b1d2f
Octal12523413056054471733557
Binary10101011001110010110001011100101100100111111101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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