#55755D

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

Shades of Como #55755D

Tints of Como #55755D

Color information

#55755D (or 0x55755D) is unknown color: approx Como. HEX triplet: 55, 75 and 5D. RGB value is (85,117,93). Sum of RGB (Red+Green+Blue) = 85+117+93=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #55755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55755D is #AA8AA2. Grayscale: #686868. Windows color (decimal): -11176611 or 6124885. OLE color: 6124885.

HSL color Cylindrical-coordinate representation of color #55755D: hue angle of 135º 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 #55755D is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB8511793-
CMYK0.2700.210.54
HSL135º15.84%39.61%-
HSV(B)135º27.35%45.88%-
XYZ12.0815.4412.7-
YUV104.7121.4113.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=28.81%
G=39.66%
B=31.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117930.2700.210.5413515.8439.61
Hex55755D1B01536871028
Octal12516513533025662072050
Binary101010111101011011101110110101011101101000011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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