#55735F

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

Shades of Como #55735F

Tints of Como #55735F

Color information

#55735F (or 0x55735F) is unknown color: approx Como. HEX triplet: 55, 73 and 5F. RGB value is (85,115,95). Sum of RGB (Red+Green+Blue) = 85+115+95=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #55735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55735F is #AA8CA0. Grayscale: #676767. Windows color (decimal): -11177121 or 6255445. OLE color: 6255445.

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

Color convert

RGB8511595-
CMYK0.2600.170.55
HSL140º15%39.22%-
HSV(B)140º26.09%45.1%-
XYZ11.9415.0213.1-
YUV103.75123.06114.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=28.81%
G=38.98%
B=32.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115950.2600.170.551401539.22
Hex55735F1A011378cf27
Octal12516313732021672141747
Binary10101011110011101111111010010001110111100011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55735F; }

 p { color: rgb(85,115,95); }

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

<style>
 a { background-color: #55735F; }

 a { background-color: rgb(85,115,95); }

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

<style>
 span { border-color: #55735F; }

 span { border-color: rgb(85,115,95); }

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