Html Css Color HEX #559957 Fruit Salad

📋 copy color: '#559957'

red 85 ◦ green 153 ◦ blue 87

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

Shades of Fruit Salad #559957

Tints of Fruit Salad #559957

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.08%

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

R = 26.15%
G = 47.08%
B = 26.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#559957 (or 0x559957) is known color: Fruit Salad. HEX triplet: 55, 99 and 57. RGB value is (85,153,87). Sum of RGB (Red+Green+Blue) = 85+153+87=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #559957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559957 is #AA66A8. Grayscale: #7D7D7D. Windows color (decimal): -11167401 or 5740885. OLE color: 5740885.

HSL color Cylindrical-coordinate representation of color #559957: hue angle of 121.76º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559957 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 87 -
CMYK 0.44 0 0.43 0.4
HSL 121.76º 0.29% 0.47% -
HSV(B) 121.76º 0.44% 0.6% -
XYZ 16.86 25.4 13.03 -
YUV 125.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 85 153 87 0.44 0 0.43 0.4 121.76 0.29 0.47
Hex 55 99 57 2C 0 2B 28 7A 1D 2F
Octal 125 231 127 54 0 53 50 172 35 57
Binary 1010101 10011001 1010111 101100 0 101011 101000 1111010 11101 101111

Color Harmonies of #559957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559957

Black with #559957

Text Example


Text Example

White with #559957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559957; }

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

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

background-color css

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

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

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

border-color css

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

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

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