#55745C

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

Shades of Como #55745C

Tints of Como #55745C

Color information

#55745C (or 0x55745C) is unknown color: approx Como. HEX triplet: 55, 74 and 5C. RGB value is (85,116,92). Sum of RGB (Red+Green+Blue) = 85+116+92=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #55745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55745C is #AA8BA3. Grayscale: #686868. Windows color (decimal): -11176868 or 6059093. OLE color: 6059093.

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

Color convert

RGB8511692-
CMYK0.2700.210.55
HSL133.55º15.42%39.41%-
HSV(B)133.55º26.72%45.49%-
XYZ11.9215.1912.43-
YUV104121.23114.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=29.01%
G=39.59%
B=31.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116920.2700.210.55133.5515.4239.41
Hex55745C1B0153786f27
Octal12516413433025672061747
Binary10101011110100101110011011010101110111100001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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