Html Css Color HEX #559E5D Fruit Salad

📋 copy color: '#559E5D'

red 85 ◦ green 158 ◦ blue 93

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

Shades of Fruit Salad #559E5D

Tints of Fruit Salad #559E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 25.3%
G = 47.02%
B = 27.68%

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

#559E5D (or 0x559E5D) is known color: Fruit Salad. HEX triplet: 55, 9E and 5D. RGB value is (85,158,93). Sum of RGB (Red+Green+Blue) = 85+158+93=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #559E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E5D is #AA61A2. Grayscale: #808080. Windows color (decimal): -11166115 or 6135381. OLE color: 6135381.

HSL color Cylindrical-coordinate representation of color #559E5D: hue angle of 126.58º 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 #559E5D is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 93 -
CMYK 0.46 0 0.41 0.38
HSL 126.58º 0.3% 0.48% -
HSV(B) 126.58º 0.46% 0.62% -
XYZ 17.95 27.18 14.66 -
YUV 128.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 85 158 93 0.46 0 0.41 0.38 126.58 0.3 0.48
Hex 55 9E 5D 2E 0 29 26 7F 1E 30
Octal 125 236 135 56 0 51 46 177 36 60
Binary 1010101 10011110 1011101 101110 0 101001 100110 1111111 11110 110000

Color Harmonies of #559E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E5D

Black with #559E5D

Text Example


Text Example

White with #559E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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