#57725E

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

Shades of Como #57725E

Tints of Como #57725E

Color information

#57725E (or 0x57725E) is unknown color: approx Como. HEX triplet: 57, 72 and 5E. RGB value is (87,114,94). Sum of RGB (Red+Green+Blue) = 87+114+94=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #57725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57725E is #A88DA1. Grayscale: #676767. Windows color (decimal): -11046306 or 6189655. OLE color: 6189655.

HSL color Cylindrical-coordinate representation of color #57725E: hue angle of 135.56º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57725E is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB8711494-
CMYK0.2400.180.55
HSL135.56º13.43%39.41%-
HSV(B)135.56º23.68%44.71%-
XYZ11.9714.8712.83-
YUV103.65122.55116.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=29.49%
G=38.64%
B=31.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87114940.2400.180.55135.5613.4339.41
Hex57725E180123788d27
Octal12716213630022672101547
Binary10101111110010101111011000010010110111100010001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57725E; }

 p { color: rgb(87,114,94); }

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

<style>
 a { background-color: #57725E; }

 a { background-color: rgb(87,114,94); }

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

<style>
 span { border-color: #57725E; }

 span { border-color: rgb(87,114,94); }

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