Html Css Color HEX #559F5D Fruit Salad

📋 copy color: '#559F5D'

red 85 ◦ green 159 ◦ blue 93

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

Shades of Fruit Salad #559F5D

Tints of Fruit Salad #559F5D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.18%

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

R = 25.22%
G = 47.18%
B = 27.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#559F5D (or 0x559F5D) is known color: Fruit Salad. HEX triplet: 55, 9F and 5D. RGB value is (85,159,93). Sum of RGB (Red+Green+Blue) = 85+159+93=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #559F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F5D is #AA60A2. Grayscale: #818181. Windows color (decimal): -11165859 or 6135637. OLE color: 6135637.

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

Color convert

RGB 85 159 93 -
CMYK 0.47 0 0.42 0.38
HSL 126.49º 0.3% 0.48% -
HSV(B) 126.49º 0.47% 0.62% -
XYZ 18.12 27.52 14.71 -
YUV 129.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 85 159 93 0.47 0 0.42 0.38 126.49 0.3 0.48
Hex 55 9F 5D 2F 0 2A 26 7E 1E 30
Octal 125 237 135 57 0 52 46 176 36 60
Binary 1010101 10011111 1011101 101111 0 101010 100110 1111110 11110 110000

Color Harmonies of #559F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F5D

Black with #559F5D

Text Example


Text Example

White with #559F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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