Html Css Color HEX #55925D Fruit Salad

📋 copy color: '#55925D'

red 85 ◦ green 146 ◦ blue 93

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

Shades of Fruit Salad #55925D

Tints of Fruit Salad #55925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

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

R = 26.23%
G = 45.06%
B = 28.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#55925D (or 0x55925D) is known color: Fruit Salad. HEX triplet: 55, 92 and 5D. RGB value is (85,146,93). Sum of RGB (Red+Green+Blue) = 85+146+93=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #55925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55925D is #AA6DA2. Grayscale: #797979. Windows color (decimal): -11169187 or 6132309. OLE color: 6132309.

HSL color Cylindrical-coordinate representation of color #55925D: hue angle of 127.87º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55925D is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 93 -
CMYK 0.42 0 0.36 0.43
HSL 127.87º 0.26% 0.45% -
HSV(B) 127.87º 0.42% 0.57% -
XYZ 16 23.28 14.01 -
YUV 121.72 111.79 101.81 -
System Red Green Blue C M Y K H S L
Decimal 85 146 93 0.42 0 0.36 0.43 127.87 0.26 0.45
Hex 55 92 5D 2A 0 24 2B 80 1A 2D
Octal 125 222 135 52 0 44 53 200 32 55
Binary 1010101 10010010 1011101 101010 0 100100 101011 10000000 11010 101101

Color Harmonies of #55925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55925D

Black with #55925D

Text Example


Text Example

White with #55925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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