Html Css Color HEX #55925B Fruit Salad

📋 copy color: '#55925B'

red 85 ◦ green 146 ◦ blue 91

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

Shades of Fruit Salad #55925B

Tints of Fruit Salad #55925B

RGB

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

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

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

R = 26.4%
G = 45.34%
B = 28.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#55925B (or 0x55925B) is known color: Fruit Salad. HEX triplet: 55, 92 and 5B. RGB value is (85,146,91). Sum of RGB (Red+Green+Blue) = 85+146+91=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #55925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55925B is #AA6DA4. Grayscale: #797979. Windows color (decimal): -11169189 or 6001237. OLE color: 6001237.

HSL color Cylindrical-coordinate representation of color #55925B: hue angle of 125.9º 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 #55925B is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 91 -
CMYK 0.42 0 0.38 0.43
HSL 125.9º 0.26% 0.45% -
HSV(B) 125.9º 0.42% 0.57% -
XYZ 15.91 23.24 13.55 -
YUV 121.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 85 146 91 0.42 0 0.38 0.43 125.9 0.26 0.45
Hex 55 92 5B 2A 0 26 2B 7E 1A 2D
Octal 125 222 133 52 0 46 53 176 32 55
Binary 1010101 10010010 1011011 101010 0 100110 101011 1111110 11010 101101

Color Harmonies of #55925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55925B

Black with #55925B

Text Example


Text Example

White with #55925B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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