Html Css Color HEX #55985D Fruit Salad

📋 copy color: '#55985D'

red 85 ◦ green 152 ◦ blue 93

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

Shades of Fruit Salad #55985D

Tints of Fruit Salad #55985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 25.76%
G = 46.06%
B = 28.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#55985D (or 0x55985D) is known color: Fruit Salad. HEX triplet: 55, 98 and 5D. RGB value is (85,152,93). Sum of RGB (Red+Green+Blue) = 85+152+93=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #55985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55985D is #AA67A2. Grayscale: #7D7D7D. Windows color (decimal): -11167651 or 6133845. OLE color: 6133845.

HSL color Cylindrical-coordinate representation of color #55985D: hue angle of 127.16º 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 #55985D is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 93 -
CMYK 0.44 0 0.39 0.40
HSL 127.16º 0.28% 0.46% -
HSV(B) 127.16º 0.44% 0.6% -
XYZ 16.95 25.18 14.32 -
YUV 125.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 85 152 93 0.44 0 0.39 0.40 127.16 0.28 0.46
Hex 55 98 5D 2C 0 27 28 7F 1C 2E
Octal 125 230 135 54 0 47 50 177 34 56
Binary 1010101 10011000 1011101 101100 0 100111 101000 1111111 11100 101110

Color Harmonies of #55985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55985D

Black with #55985D

Text Example


Text Example

White with #55985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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