#559B5B

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

Shades of Fruit Salad #559B5B

Tints of Fruit Salad #559B5B

Color information

#559B5B (or 0x559B5B) is unknown color: approx Fruit Salad. HEX triplet: 55, 9B and 5B. RGB value is (85,155,91). Sum of RGB (Red+Green+Blue) = 85+155+91=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #559B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B5B is #AA64A4. Grayscale: #7E7E7E. Windows color (decimal): -11166885 or 6003541. OLE color: 6003541.

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

Color convert

RGB8515591-
CMYK0.4500.410.39
HSL125.14º29.17%47.06%-
HSV(B)125.14º45.16%60.78%-
XYZ17.3626.1314.03-
YUV126.77107.8198.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 155 (60.94% from 255) = 46.83%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=25.68%
G=46.83%
B=27.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155910.4500.410.39125.1429.1747.06
Hex559B5B2D029277d1d2f
Octal12523313355051471753557
Binary10101011001101110110111011010101001100111111110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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