#55925C

Color #55925C Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #55925C

Tints of Fruit Salad #55925C

Color information

#55925C (or 0x55925C) is unknown color: approx Fruit Salad. HEX triplet: 55, 92 and 5C. RGB value is (85,146,92). Sum of RGB (Red+Green+Blue) = 85+146+92=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #55925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55925C is #AA6DA3. Grayscale: #797979. Windows color (decimal): -11169188 or 6066773. OLE color: 6066773.

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

Color convert

RGB8514692-
CMYK0.4200.370.43
HSL126.89º26.41%45.29%-
HSV(B)126.89º41.78%57.25%-
XYZ15.9623.2613.77-
YUV121.6111.29101.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=26.32%
G=45.20%
B=28.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146920.4200.370.43126.8926.4145.29
Hex55925C2A0252B7f1a2d
Octal12522213452045531773255
Binary10101011001001010111001010100100101101011111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55925C;
 }
 .AnyTagClassName
 {
   color: #55925C;
 }
</style>
background-color css

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

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

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

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

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

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