#59776F

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

Shades of William #59776F

Tints of William #59776F

Color information

#59776F (or 0x59776F) is unknown color: approx William. HEX triplet: 59, 77 and 6F. RGB value is (89,119,111). Sum of RGB (Red+Green+Blue) = 89+119+111=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #59776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59776F is #A68890. Grayscale: #6D6D6D. Windows color (decimal): -10913937 or 7305049. OLE color: 7305049.

HSL color Cylindrical-coordinate representation of color #59776F: hue angle of 164º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59776F is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB89119111-
CMYK0.2500.070.53
HSL164º14.42%40.78%-
HSV(B)164º25.21%46.67%-
XYZ13.5916.4717.5-
YUV109.12129.06113.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=27.90%
G=37.30%
B=34.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891191110.2500.070.5316414.4240.78
Hex59776F190735a4e29
Octal1311671573107652441651
Binary101100111101111101111110010111110101101001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59776F; }

 p { color: rgb(89,119,111); }

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

<style>
 a { background-color: #59776F; }

 a { background-color: rgb(89,119,111); }

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

<style>
 span { border-color: #59776F; }

 span { border-color: rgb(89,119,111); }

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