Html Css Color HEX #559359 Fruit Salad

📋 copy color: '#559359'

red 85 ◦ green 147 ◦ blue 89

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

Shades of Fruit Salad #559359

Tints of Fruit Salad #559359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

 BLUE value IS 89 (35.16% from 255) = 27.73%

R = 26.48%
G = 45.79%
B = 27.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#559359 (or 0x559359) is known color: Fruit Salad. HEX triplet: 55, 93 and 59. RGB value is (85,147,89). Sum of RGB (Red+Green+Blue) = 85+147+89=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #559359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559359 is #AA6CA6. Grayscale: #7A7A7A. Windows color (decimal): -11168935 or 5870421. OLE color: 5870421.

HSL color Cylindrical-coordinate representation of color #559359: hue angle of 123.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559359 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 89 -
CMYK 0.42 0 0.39 0.42
HSL 123.87º 0.27% 0.45% -
HSV(B) 123.87º 0.42% 0.58% -
XYZ 15.98 23.52 13.15 -
YUV 121.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 85 147 89 0.42 0 0.39 0.42 123.87 0.27 0.45
Hex 55 93 59 2A 0 27 2A 7C 1B 2D
Octal 125 223 131 52 0 47 52 174 33 55
Binary 1010101 10010011 1011001 101010 0 100111 101010 1111100 11011 101101

Color Harmonies of #559359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559359

Black with #559359

Text Example


Text Example

White with #559359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559359; }

 p { color: rgb(85,147,89); }

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

background-color css

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

 a { background-color: rgb(85,147,89); }

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

border-color css

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

 span { border-color: rgb(85,147,89); }

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