Html Css Color HEX #55975D Fruit Salad

📋 copy color: '#55975D'

red 85 ◦ green 151 ◦ blue 93

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

Shades of Fruit Salad #55975D

Tints of Fruit Salad #55975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.9%

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

R = 25.84%
G = 45.9%
B = 28.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#55975D (or 0x55975D) is known color: Fruit Salad. HEX triplet: 55, 97 and 5D. RGB value is (85,151,93). Sum of RGB (Red+Green+Blue) = 85+151+93=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #55975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55975D is #AA68A2. Grayscale: #7C7C7C. Windows color (decimal): -11167907 or 6133589. OLE color: 6133589.

HSL color Cylindrical-coordinate representation of color #55975D: hue angle of 127.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55975D is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 93 -
CMYK 0.44 0 0.38 0.41
HSL 127.27º 0.28% 0.46% -
HSV(B) 127.27º 0.44% 0.59% -
XYZ 16.79 24.85 14.27 -
YUV 124.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 85 151 93 0.44 0 0.38 0.41 127.27 0.28 0.46
Hex 55 97 5D 2C 0 26 29 7F 1C 2E
Octal 125 227 135 54 0 46 51 177 34 56
Binary 1010101 10010111 1011101 101100 0 100110 101001 1111111 11100 101110

Color Harmonies of #55975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55975D

Black with #55975D

Text Example


Text Example

White with #55975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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