Html Css Color HEX #559A53 Fruit Salad

📋 copy color: '#559A53'

red 85 ◦ green 154 ◦ blue 83

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

Shades of Fruit Salad #559A53

Tints of Fruit Salad #559A53

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.83%

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 26.4%
G = 47.83%
B = 25.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#559A53 (or 0x559A53) is known color: Fruit Salad. HEX triplet: 55, 9A and 53. RGB value is (85,154,83). Sum of RGB (Red+Green+Blue) = 85+154+83=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #559A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A53 is #AA65AC. Grayscale: #7D7D7D. Windows color (decimal): -11167149 or 5478997. OLE color: 5478997.

HSL color Cylindrical-coordinate representation of color #559A53: hue angle of 118.31º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559A53 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 154 83 -
CMYK 0.45 0 0.46 0.40
HSL 118.31º 0.3% 0.46% -
HSV(B) 118.31º 0.46% 0.6% -
XYZ 16.86 25.67 12.25 -
YUV 125.28 104.14 99.27 -
System Red Green Blue C M Y K H S L
Decimal 85 154 83 0.45 0 0.46 0.40 118.31 0.3 0.46
Hex 55 9A 53 2D 0 2E 28 76 1E 2E
Octal 125 232 123 55 0 56 50 166 36 56
Binary 1010101 10011010 1010011 101101 0 101110 101000 1110110 11110 101110

Color Harmonies of #559A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559A53

Black with #559A53

Text Example


Text Example

White with #559A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,154,83); }

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

background-color css

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

 a { background-color: rgb(85,154,83); }

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

border-color css

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

 span { border-color: rgb(85,154,83); }

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