Html Css Color HEX #559B5E Fruit Salad

📋 copy color: '#559B5E'

red 85 ◦ green 155 ◦ blue 94

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

Shades of Fruit Salad #559B5E

Tints of Fruit Salad #559B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 25.45%
G = 46.41%
B = 28.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#559B5E (or 0x559B5E) is known color: Fruit Salad. HEX triplet: 55, 9B and 5E. RGB value is (85,155,94). Sum of RGB (Red+Green+Blue) = 85+155+94=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #559B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B5E is #AA64A1. Grayscale: #7F7F7F. Windows color (decimal): -11166882 or 6200149. OLE color: 6200149.

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

Color convert

RGB 85 155 94 -
CMYK 0.45 0 0.39 0.39
HSL 127.71º 0.29% 0.47% -
HSV(B) 127.71º 0.45% 0.61% -
XYZ 17.49 26.18 14.72 -
YUV 127.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 85 155 94 0.45 0 0.39 0.39 127.71 0.29 0.47
Hex 55 9B 5E 2D 0 27 27 80 1D 2F
Octal 125 233 136 55 0 47 47 200 35 57
Binary 1010101 10011011 1011110 101101 0 100111 100111 10000000 11101 101111

Color Harmonies of #559B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B5E

Black with #559B5E

Text Example


Text Example

White with #559B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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