#58746E

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

Shades of William #58746E

Tints of William #58746E

Color information

#58746E (or 0x58746E) is unknown color: approx William. HEX triplet: 58, 74 and 6E. RGB value is (88,116,110). Sum of RGB (Red+Green+Blue) = 88+116+110=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #58746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58746E is #A78B91. Grayscale: #6A6A6A. Windows color (decimal): -10980242 or 7238744. OLE color: 7238744.

HSL color Cylindrical-coordinate representation of color #58746E: hue angle of 167.14º 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 #58746E is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB88116110-
CMYK0.2400.050.55
HSL167.14º13.73%40%-
HSV(B)167.14º24.14%45.49%-
XYZ13.0815.6917.09-
YUV106.94129.72114.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=28.03%
G=36.94%
B=35.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881161100.2400.050.55167.1413.7340
Hex58746E180537a7e28
Octal1301641563005672471650
Binary101100011101001101110110000101110111101001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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