Html Css Color HEX #559F5A Fruit Salad

📋 copy color: '#559F5A'

red 85 ◦ green 159 ◦ blue 90

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

Shades of Fruit Salad #559F5A

Tints of Fruit Salad #559F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 25.45%
G = 47.6%
B = 26.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#559F5A (or 0x559F5A) is known color: Fruit Salad. HEX triplet: 55, 9F and 5A. RGB value is (85,159,90). Sum of RGB (Red+Green+Blue) = 85+159+90=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #559F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F5A is #AA60A5. Grayscale: #818181. Windows color (decimal): -11165862 or 5939029. OLE color: 5939029.

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

Color convert

RGB 85 159 90 -
CMYK 0.47 0 0.43 0.38
HSL 124.05º 0.3% 0.48% -
HSV(B) 124.05º 0.47% 0.62% -
XYZ 17.99 27.47 14.03 -
YUV 129.01 105.98 96.61 -
System Red Green Blue C M Y K H S L
Decimal 85 159 90 0.47 0 0.43 0.38 124.05 0.3 0.48
Hex 55 9F 5A 2F 0 2B 26 7C 1E 30
Octal 125 237 132 57 0 53 46 174 36 60
Binary 1010101 10011111 1011010 101111 0 101011 100110 1111100 11110 110000

Color Harmonies of #559F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F5A

Black with #559F5A

Text Example


Text Example

White with #559F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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