Html Css Color HEX #55985B Fruit Salad

📋 copy color: '#55985B'

red 85 ◦ green 152 ◦ blue 91

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

Shades of Fruit Salad #55985B

Tints of Fruit Salad #55985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.34%

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 25.91%
G = 46.34%
B = 27.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#55985B (or 0x55985B) is known color: Fruit Salad. HEX triplet: 55, 98 and 5B. RGB value is (85,152,91). Sum of RGB (Red+Green+Blue) = 85+152+91=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #55985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55985B is #AA67A4. Grayscale: #7D7D7D. Windows color (decimal): -11167653 or 6002773. OLE color: 6002773.

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

Color convert

RGB 85 152 91 -
CMYK 0.44 0 0.40 0.40
HSL 125.37º 0.28% 0.46% -
HSV(B) 125.37º 0.44% 0.6% -
XYZ 16.86 25.14 13.86 -
YUV 125.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 85 152 91 0.44 0 0.40 0.40 125.37 0.28 0.46
Hex 55 98 5B 2C 0 28 28 7D 1C 2E
Octal 125 230 133 54 0 50 50 175 34 56
Binary 1010101 10011000 1011011 101100 0 101000 101000 1111101 11100 101110

Color Harmonies of #55985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55985B

Black with #55985B

Text Example


Text Example

White with #55985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55985B; }

 p { color: rgb(85,152,91); }

 H1.HeaderClassName
 {
   color: #55985B;
 }
 .AnyTagClassName
 {
   color: #55985B;
 }
</style>

background-color css

<style>
 a { background-color: #55985B; }

 a { background-color: rgb(85,152,91); }

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

border-color css

<style>
 span { border-color: #55985B; }

 span { border-color: rgb(85,152,91); }

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