#57745D

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

Shades of Como #57745D

Tints of Como #57745D

Color information

#57745D (or 0x57745D) is unknown color: approx Como. HEX triplet: 57, 74 and 5D. RGB value is (87,116,93). Sum of RGB (Red+Green+Blue) = 87+116+93=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #57745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57745D is #A88BA2. Grayscale: #686868. Windows color (decimal): -11045795 or 6124631. OLE color: 6124631.

HSL color Cylindrical-coordinate representation of color #57745D: hue angle of 132.41º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57745D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB8711693-
CMYK0.2500.200.55
HSL132.41º14.29%39.8%-
HSV(B)132.41º25%45.49%-
XYZ12.1515.3112.67-
YUV104.71121.39115.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=29.39%
G=39.19%
B=31.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87116930.2500.200.55132.4114.2939.8
Hex57745D190143784e28
Octal12716413531024672041650
Binary10101111110100101110111001010100110111100001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,116,93); }

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

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

 a { background-color: rgb(87,116,93); }

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

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

 span { border-color: rgb(87,116,93); }

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