#559D5A

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

Shades of Fruit Salad #559D5A

Tints of Fruit Salad #559D5A

Color information

#559D5A (or 0x559D5A) is unknown color: approx Fruit Salad. HEX triplet: 55, 9D and 5A. RGB value is (85,157,90). Sum of RGB (Red+Green+Blue) = 85+157+90=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #559D5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D5A is #AA62A5. Grayscale: #808080. Windows color (decimal): -11166374 or 5938517. OLE color: 5938517.

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

Color convert

RGB8515790-
CMYK0.4600.430.38
HSL124.17º29.75%47.45%-
HSV(B)124.17º45.86%61.57%-
XYZ17.6526.7813.91-
YUV127.83106.6597.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 157 (61.72% from 255) = 47.29%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=25.60%
G=47.29%
B=27.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157900.4600.430.38124.1729.7547.45
Hex559D5A2E02B267c1e2f
Octal12523513256053461743657
Binary10101011001110110110101011100101011100110111110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,157,90); }

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

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

 a { background-color: rgb(85,157,90); }

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

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

 span { border-color: rgb(85,157,90); }

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