#55745B

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

Shades of Como #55745B

Tints of Como #55745B

Color information

#55745B (or 0x55745B) is unknown color: approx Como. HEX triplet: 55, 74 and 5B. RGB value is (85,116,91). Sum of RGB (Red+Green+Blue) = 85+116+91=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #55745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55745B is #AA8BA4. Grayscale: #676767. Windows color (decimal): -11176869 or 5993557. OLE color: 5993557.

HSL color Cylindrical-coordinate representation of color #55745B: hue angle of 131.61º 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 #55745B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB8511691-
CMYK0.2700.220.55
HSL131.61º15.42%39.41%-
HSV(B)131.61º26.72%45.49%-
XYZ11.8815.1812.2-
YUV103.88120.73114.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=29.11%
G=39.73%
B=31.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116910.2700.220.55131.6115.4239.41
Hex55745B1B0163784f27
Octal12516413333026672041747
Binary10101011110100101101111011010110110111100001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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