Html Css Color HEX #559560 Fruit Salad

📋 copy color: '#559560'

red 85 ◦ green 149 ◦ blue 96

#559560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #559560

Tints of Fruit Salad #559560

RGB

 RED value IS 85 (33.59% from 255) = 25.76%

 GREEN value IS 149 (58.59% from 255) = 45.15%

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 25.76%
G = 45.15%
B = 29.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#559560 (or 0x559560) is known color: Fruit Salad. HEX triplet: 55, 95 and 60. RGB value is (85,149,96). Sum of RGB (Red+Green+Blue) = 85+149+96=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #559560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559560 is #AA6A9F. Grayscale: #7B7B7B. Windows color (decimal): -11168416 or 6329685. OLE color: 6329685.

HSL color Cylindrical-coordinate representation of color #559560: hue angle of 130.31º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559560 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 96 -
CMYK 0.43 0 0.36 0.42
HSL 130.31º 0.27% 0.46% -
HSV(B) 130.31º 0.43% 0.58% -
XYZ 16.61 24.27 14.88 -
YUV 123.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 85 149 96 0.43 0 0.36 0.42 130.31 0.27 0.46
Hex 55 95 60 2B 0 24 2A 82 1B 2E
Octal 125 225 140 53 0 44 52 202 33 56
Binary 1010101 10010101 1100000 101011 0 100100 101010 10000010 11011 101110

Color Harmonies of #559560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559560

Black with #559560

Text Example


Text Example

White with #559560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559560; }

 p { color: rgb(85,149,96); }

 H1.HeaderClassName
 {
   color: #559560;
 }
 .AnyTagClassName
 {
   color: #559560;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #559560;
 }
 .BgClassName
 {
   background-color: #559560;
 }
</style>

border-color css

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

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

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