#57775D

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

Shades of Como #57775D

Tints of Como #57775D

Color information

#57775D (or 0x57775D) is unknown color: approx Como. HEX triplet: 57, 77 and 5D. RGB value is (87,119,93). Sum of RGB (Red+Green+Blue) = 87+119+93=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #57775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57775D is #A888A2. Grayscale: #6A6A6A. Windows color (decimal): -11045027 or 6125399. OLE color: 6125399.

HSL color Cylindrical-coordinate representation of color #57775D: hue angle of 131.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57775D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8711993-
CMYK0.2700.220.53
HSL131.25º15.53%40.39%-
HSV(B)131.25º26.89%46.67%-
XYZ12.516.0112.79-
YUV106.47120.4114.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=29.10%
G=39.80%
B=31.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87119930.2700.220.53131.2515.5340.39
Hex57775D1B01635831028
Octal12716713533026652032050
Binary101011111101111011101110110101101101011000001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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