Html Css Color HEX #55975E Fruit Salad

📋 copy color: '#55975E'

red 85 ◦ green 151 ◦ blue 94

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

Shades of Fruit Salad #55975E

Tints of Fruit Salad #55975E

RGB

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

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

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

R = 25.76%
G = 45.76%
B = 28.48%

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

#55975E (or 0x55975E) is known color: Fruit Salad. HEX triplet: 55, 97 and 5E. RGB value is (85,151,94). Sum of RGB (Red+Green+Blue) = 85+151+94=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #55975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55975E is #AA68A1. Grayscale: #7C7C7C. Windows color (decimal): -11167906 or 6199125. OLE color: 6199125.

HSL color Cylindrical-coordinate representation of color #55975E: hue angle of 128.18º 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 #55975E is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 94 -
CMYK 0.44 0 0.38 0.41
HSL 128.18º 0.28% 0.46% -
HSV(B) 128.18º 0.44% 0.59% -
XYZ 16.83 24.87 14.5 -
YUV 124.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 85 151 94 0.44 0 0.38 0.41 128.18 0.28 0.46
Hex 55 97 5E 2C 0 26 29 80 1C 2E
Octal 125 227 136 54 0 46 51 200 34 56
Binary 1010101 10010111 1011110 101100 0 100110 101001 10000000 11100 101110

Color Harmonies of #55975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55975E

Black with #55975E

Text Example


Text Example

White with #55975E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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