Html Css Color HEX #559E5E Fruit Salad

📋 copy color: '#559E5E'

red 85 ◦ green 158 ◦ blue 94

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

Shades of Fruit Salad #559E5E

Tints of Fruit Salad #559E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.88%

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 25.22%
G = 46.88%
B = 27.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#559E5E (or 0x559E5E) is known color: Fruit Salad. HEX triplet: 55, 9E and 5E. RGB value is (85,158,94). Sum of RGB (Red+Green+Blue) = 85+158+94=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #559E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E5E is #AA61A1. Grayscale: #818181. Windows color (decimal): -11166114 or 6200917. OLE color: 6200917.

HSL color Cylindrical-coordinate representation of color #559E5E: hue angle of 127.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E5E is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 94 -
CMYK 0.46 0 0.41 0.38
HSL 127.4º 0.3% 0.48% -
HSV(B) 127.4º 0.46% 0.62% -
XYZ 17.99 27.19 14.89 -
YUV 128.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 85 158 94 0.46 0 0.41 0.38 127.4 0.3 0.48
Hex 55 9E 5E 2E 0 29 26 7F 1E 30
Octal 125 236 136 56 0 51 46 177 36 60
Binary 1010101 10011110 1011110 101110 0 101001 100110 1111111 11110 110000

Color Harmonies of #559E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E5E

Black with #559E5E

Text Example


Text Example

White with #559E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,158,94); }

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

background-color css

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

 a { background-color: rgb(85,158,94); }

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

border-color css

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

 span { border-color: rgb(85,158,94); }

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