#559B55

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

Shades of Fruit Salad #559B55

Tints of Fruit Salad #559B55

Color information

#559B55 (or 0x559B55) is unknown color: approx Fruit Salad. HEX triplet: 55, 9B and 55. RGB value is (85,155,85). Sum of RGB (Red+Green+Blue) = 85+155+85=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #559B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B55 is #AA64AA. Grayscale: #7E7E7E. Windows color (decimal): -11166891 or 5610325. OLE color: 5610325.

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

Color convert

RGB8515585-
CMYK0.4500.450.39
HSL120º29.17%47.06%-
HSV(B)120º45.16%60.78%-
XYZ17.1126.0312.72-
YUV126.09104.8198.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=26.15%
G=47.69%
B=26.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155850.4500.450.3912029.1747.06
Hex559B552D02D27781d2f
Octal12523312555055471703557
Binary10101011001101110101011011010101101100111111100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,155,85); }

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

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

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

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

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

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

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