Html Css Color HEX #559D5A Fruit Salad

📋 copy color: '#559D5A'

red 85 ◦ green 157 ◦ blue 90

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

Shades of Fruit Salad #559D5A

Tints of Fruit Salad #559D5A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.29%

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

R = 25.6%
G = 47.29%
B = 27.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#559D5A (or 0x559D5A) is known color: Fruit Salad. HEX triplet: 55, 9D and 5A. RGB value is (85,157,90). Sum of RGB (Red+Green+Blue) = 85+157+90=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #559D5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D5A is #AA62A5. Grayscale: #808080. Windows color (decimal): -11166374 or 5938517. OLE color: 5938517.

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

Color convert

RGB 85 157 90 -
CMYK 0.46 0 0.43 0.38
HSL 124.17º 0.3% 0.47% -
HSV(B) 124.17º 0.46% 0.62% -
XYZ 17.65 26.78 13.91 -
YUV 127.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 85 157 90 0.46 0 0.43 0.38 124.17 0.3 0.47
Hex 55 9D 5A 2E 0 2B 26 7C 1E 2F
Octal 125 235 132 56 0 53 46 174 36 57
Binary 1010101 10011101 1011010 101110 0 101011 100110 1111100 11110 101111

Color Harmonies of #559D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D5A

Black with #559D5A

Text Example


Text Example

White with #559D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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