Html Css Color HEX #559557 Fruit Salad

📋 copy color: '#559557'

red 85 ◦ green 149 ◦ blue 87

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

Shades of Fruit Salad #559557

Tints of Fruit Salad #559557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 26.48%
G = 46.42%
B = 27.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#559557 (or 0x559557) is known color: Fruit Salad. HEX triplet: 55, 95 and 57. RGB value is (85,149,87). Sum of RGB (Red+Green+Blue) = 85+149+87=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #559557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559557 is #AA6AA8. Grayscale: #7A7A7A. Windows color (decimal): -11168425 or 5739861. OLE color: 5739861.

HSL color Cylindrical-coordinate representation of color #559557: hue angle of 121.88º 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 #559557 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 87 -
CMYK 0.43 0 0.42 0.42
HSL 121.88º 0.27% 0.46% -
HSV(B) 121.88º 0.43% 0.58% -
XYZ 16.21 24.11 12.82 -
YUV 122.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 85 149 87 0.43 0 0.42 0.42 121.88 0.27 0.46
Hex 55 95 57 2B 0 2A 2A 7A 1B 2E
Octal 125 225 127 53 0 52 52 172 33 56
Binary 1010101 10010101 1010111 101011 0 101010 101010 1111010 11011 101110

Color Harmonies of #559557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559557

Black with #559557

Text Example


Text Example

White with #559557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559557; }

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

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

background-color css

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

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

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

border-color css

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

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

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