#59676F

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

Shades of Mid Grey #59676F

Tints of Mid Grey #59676F

Color information

#59676F (or 0x59676F) is unknown color: approx Mid Grey. HEX triplet: 59, 67 and 6F. RGB value is (89,103,111). Sum of RGB (Red+Green+Blue) = 89+103+111=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 111 - color contains mainly: blue. Hex color #59676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59676F is #A69890. Grayscale: #636363. Windows color (decimal): -10918033 or 7300953. OLE color: 7300953.

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

Color convert

RGB89103111-
CMYK0.200.0700.56
HSL201.82º11%39.22%-
HSV(B)201.82º19.82%43.53%-
XYZ11.8412.9716.92-
YUV99.73134.36120.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.37%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=29.37%
G=33.99%
B=36.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891031110.200.0700.56201.821139.22
Hex59676F147038cab27
Octal1311471572470703121347
Binary101100111001111101111101001110111000110010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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