#55745E

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

Shades of Como #55745E

Tints of Como #55745E

Color information

#55745E (or 0x55745E) is unknown color: approx Como. HEX triplet: 55, 74 and 5E. RGB value is (85,116,94). Sum of RGB (Red+Green+Blue) = 85+116+94=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #55745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55745E is #AA8BA1. Grayscale: #686868. Windows color (decimal): -11176866 or 6190165. OLE color: 6190165.

HSL color Cylindrical-coordinate representation of color #55745E: hue angle of 137.42º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55745E is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB8511694-
CMYK0.2700.190.55
HSL137.42º15.42%39.41%-
HSV(B)137.42º26.72%45.49%-
XYZ12.0115.2312.9-
YUV104.22122.23114.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=28.81%
G=39.32%
B=31.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116940.2700.190.55137.4215.4239.41
Hex55745E1B0133789f27
Octal12516413633023672111747
Binary10101011110100101111011011010011110111100010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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