Html Css Color HEX #559B50 Fruit Salad

📋 copy color: '#559B50'

red 85 ◦ green 155 ◦ blue 80

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

Shades of Fruit Salad #559B50

Tints of Fruit Salad #559B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.44%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 26.56%
G = 48.44%
B = 25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#559B50 (or 0x559B50) is known color: Fruit Salad. HEX triplet: 55, 9B and 50. RGB value is (85,155,80). Sum of RGB (Red+Green+Blue) = 85+155+80=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #559B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B50 is #AA64AF. Grayscale: #7D7D7D. Windows color (decimal): -11166896 or 5282645. OLE color: 5282645.

HSL color Cylindrical-coordinate representation of color #559B50: hue angle of 116º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #559B50 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 155 80 -
CMYK 0.45 0 0.48 0.39
HSL 116º 0.32% 0.46% -
HSV(B) 116º 0.48% 0.61% -
XYZ 16.92 25.95 11.71 -
YUV 125.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 85 155 80 0.45 0 0.48 0.39 116 0.32 0.46
Hex 55 9B 50 2D 0 30 27 74 20 2E
Octal 125 233 120 55 0 60 47 164 40 56
Binary 1010101 10011011 1010000 101101 0 110000 100111 1110100 100000 101110

Color Harmonies of #559B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B50

Black with #559B50

Text Example


Text Example

White with #559B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,155,80); }

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

background-color css

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

 a { background-color: rgb(85,155,80); }

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

border-color css

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

 span { border-color: rgb(85,155,80); }

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