#59706F

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

Shades of William #59706F

Tints of William #59706F

Color information

#59706F (or 0x59706F) is unknown color: approx William. HEX triplet: 59, 70 and 6F. RGB value is (89,112,111). Sum of RGB (Red+Green+Blue) = 89+112+111=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #59706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59706F is #A68F90. Grayscale: #686868. Windows color (decimal): -10915729 or 7303257. OLE color: 7303257.

HSL color Cylindrical-coordinate representation of color #59706F: hue angle of 177.39º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59706F is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB89112111-
CMYK0.2100.010.56
HSL177.39º11.44%39.41%-
HSV(B)177.39º20.54%43.92%-
XYZ12.7814.8617.23-
YUV105.01131.38116.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=28.53%
G=35.90%
B=35.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891121110.2100.010.56177.3911.4439.41
Hex59706F150138b1b27
Octal1311601572501702611347
Binary1011001111000011011111010101111000101100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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