#57725D

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

Shades of Como #57725D

Tints of Como #57725D

Color information

#57725D (or 0x57725D) is unknown color: approx Como. HEX triplet: 57, 72 and 5D. RGB value is (87,114,93). Sum of RGB (Red+Green+Blue) = 87+114+93=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #57725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57725D is #A88DA2. Grayscale: #676767. Windows color (decimal): -11046307 or 6124119. OLE color: 6124119.

HSL color Cylindrical-coordinate representation of color #57725D: hue angle of 133.33º 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 #57725D is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB8711493-
CMYK0.2400.180.55
HSL133.33º13.43%39.41%-
HSV(B)133.33º23.68%44.71%-
XYZ11.9214.8512.59-
YUV103.53122.05116.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.59%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=29.59%
G=38.78%
B=31.63%

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
Decimal87114930.2400.180.55133.3313.4339.41
Hex57725D180123785d27
Octal12716213530022672051547
Binary10101111110010101110111000010010110111100001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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