#559A51

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

Shades of Fruit Salad #559A51

Tints of Fruit Salad #559A51

Color information

#559A51 (or 0x559A51) is unknown color: approx Fruit Salad. HEX triplet: 55, 9A and 51. RGB value is (85,154,81). Sum of RGB (Red+Green+Blue) = 85+154+81=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #559A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A51 is #AA65AE. Grayscale: #7D7D7D. Windows color (decimal): -11167151 or 5347925. OLE color: 5347925.

HSL color Cylindrical-coordinate representation of color #559A51: hue angle of 116.71º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559A51 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB8515481-
CMYK0.4500.470.40
HSL116.71º31.06%46.08%-
HSV(B)116.71º47.4%60.39%-
XYZ16.7925.6411.85-
YUV125.05103.1499.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 154 (60.55% from 255) = 48.12%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=26.56%
G=48.12%
B=25.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85154810.4500.470.40116.7131.0646.08
Hex559A512D02F28751f2e
Octal12523212155057501653756
Binary10101011001101010100011011010101111101000111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,154,81); }

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

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

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

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

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

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

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