#55725C

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

Shades of Como #55725C

Tints of Como #55725C

Color information

#55725C (or 0x55725C) is unknown color: approx Como. HEX triplet: 55, 72 and 5C. RGB value is (85,114,92). Sum of RGB (Red+Green+Blue) = 85+114+92=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #55725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55725C is #AA8DA3. Grayscale: #666666. Windows color (decimal): -11177380 or 6058581. OLE color: 6058581.

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

Color convert

RGB8511492-
CMYK0.2500.190.55
HSL134.48º14.57%39.02%-
HSV(B)134.48º25.44%44.71%-
XYZ11.714.7412.35-
YUV102.82121.89115.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=29.21%
G=39.18%
B=31.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114920.2500.190.55134.4814.5739.02
Hex55725C190133786f27
Octal12516213431023672061747
Binary10101011110010101110011001010011110111100001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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