#57716B

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

Shades of William #57716B

Tints of William #57716B

Color information

#57716B (or 0x57716B) is unknown color: approx William. HEX triplet: 57, 71 and 6B. RGB value is (87,113,107). Sum of RGB (Red+Green+Blue) = 87+113+107=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #57716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57716B is #A88E94. Grayscale: #686868. Windows color (decimal): -11046549 or 7041367. OLE color: 7041367.

HSL color Cylindrical-coordinate representation of color #57716B: hue angle of 166.15º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #57716B is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB87113107-
CMYK0.2300.050.56
HSL166.15º13%39.22%-
HSV(B)166.15º23.01%44.31%-
XYZ12.4914.916.13-
YUV104.54129.39115.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=28.34%
G=36.81%
B=34.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871131070.2300.050.56166.151339.22
Hex57716B170538a6d27
Octal1271611532705702461547
Binary101011111100011101011101110101111000101001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57716B; }

 p { color: rgb(87,113,107); }

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

<style>
 a { background-color: #57716B; }

 a { background-color: rgb(87,113,107); }

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

<style>
 span { border-color: #57716B; }

 span { border-color: rgb(87,113,107); }

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