#55755E

Color #55755E Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #55755E

Tints of Como #55755E

Color information

#55755E (or 0x55755E) is unknown color: approx Como. HEX triplet: 55, 75 and 5E. RGB value is (85,117,94). Sum of RGB (Red+Green+Blue) = 85+117+94=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #55755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55755E is #AA8AA1. Grayscale: #686868. Windows color (decimal): -11176610 or 6190421. OLE color: 6190421.

HSL color Cylindrical-coordinate representation of color #55755E: hue angle of 136.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55755E is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8511794-
CMYK0.2700.200.54
HSL136.88º15.84%39.61%-
HSV(B)136.88º27.35%45.88%-
XYZ12.1315.4612.93-
YUV104.81121.9113.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=28.72%
G=39.53%
B=31.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117940.2700.200.54136.8815.8439.61
Hex55755E1B01436891028
Octal12516513633024662112050
Binary101010111101011011110110110101001101101000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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