#57756E

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

Shades of William #57756E

Tints of William #57756E

Color information

#57756E (or 0x57756E) is unknown color: approx William. HEX triplet: 57, 75 and 6E. RGB value is (87,117,110). Sum of RGB (Red+Green+Blue) = 87+117+110=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #57756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57756E is #A88A91. Grayscale: #6B6B6B. Windows color (decimal): -11045522 or 7238999. OLE color: 7238999.

HSL color Cylindrical-coordinate representation of color #57756E: hue angle of 166º 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 #57756E is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB87117110-
CMYK0.2600.060.54
HSL166º14.71%40%-
HSV(B)166º25.64%45.88%-
XYZ13.1115.8717.13-
YUV107.23129.56113.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=27.71%
G=37.26%
B=35.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871171100.2600.060.5416614.7140
Hex57756E1A0636a6f28
Octal1271651563206662461750
Binary101011111101011101110110100110110110101001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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