#57755E

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

Shades of Como #57755E

Tints of Como #57755E

Color information

#57755E (or 0x57755E) is unknown color: approx Como. HEX triplet: 57, 75 and 5E. RGB value is (87,117,94). Sum of RGB (Red+Green+Blue) = 87+117+94=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #57755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57755E is #A88AA1. Grayscale: #696969. Windows color (decimal): -11045538 or 6190423. OLE color: 6190423.

HSL color Cylindrical-coordinate representation of color #57755E: hue angle of 134º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57755E is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8711794-
CMYK0.2600.200.54
HSL134º14.71%40%-
HSV(B)134º25.64%45.88%-
XYZ12.3115.5612.94-
YUV105.41121.56114.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=29.19%
G=39.26%
B=31.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87117940.2600.200.5413414.7140
Hex57755E1A0143686f28
Octal12716513632024662061750
Binary10101111110101101111011010010100110110100001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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