#559B53

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

Shades of Fruit Salad #559B53

Tints of Fruit Salad #559B53

Color information

#559B53 (or 0x559B53) is unknown color: approx Fruit Salad. HEX triplet: 55, 9B and 53. RGB value is (85,155,83). Sum of RGB (Red+Green+Blue) = 85+155+83=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #559B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B53 is #AA64AC. Grayscale: #7E7E7E. Windows color (decimal): -11166893 or 5479253. OLE color: 5479253.

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

Color convert

RGB8515583-
CMYK0.4500.460.39
HSL118.33º30.25%46.67%-
HSV(B)118.33º46.45%60.78%-
XYZ17.032612.3-
YUV125.86103.8198.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 155 (60.94% from 255) = 47.99%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=26.32%
G=47.99%
B=25.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155830.4500.460.39118.3330.2546.67
Hex559B532D02E27761e2f
Octal12523312355056471663657
Binary10101011001101110100111011010101110100111111011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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