#58746D

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

Shades of William #58746D

Tints of William #58746D

Color information

#58746D (or 0x58746D) is unknown color: approx William. HEX triplet: 58, 74 and 6D. RGB value is (88,116,109). Sum of RGB (Red+Green+Blue) = 88+116+109=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #58746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58746D is #A78B92. Grayscale: #6A6A6A. Windows color (decimal): -10980243 or 7173208. OLE color: 7173208.

HSL color Cylindrical-coordinate representation of color #58746D: hue angle of 165º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58746D is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB88116109-
CMYK0.2400.060.55
HSL165º13.73%40%-
HSV(B)165º24.14%45.49%-
XYZ13.0315.6716.81-
YUV106.83129.22114.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=28.12%
G=37.06%
B=34.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881161090.2400.060.5516513.7340
Hex58746D180637a5e28
Octal1301641553006672451650
Binary101100011101001101101110000110110111101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58746D; }

 p { color: rgb(88,116,109); }

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

<style>
 a { background-color: #58746D; }

 a { background-color: rgb(88,116,109); }

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

<style>
 span { border-color: #58746D; }

 span { border-color: rgb(88,116,109); }

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