#58726D

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

Shades of William #58726D

Tints of William #58726D

Color information

#58726D (or 0x58726D) is unknown color: approx William. HEX triplet: 58, 72 and 6D. RGB value is (88,114,109). Sum of RGB (Red+Green+Blue) = 88+114+109=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #58726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58726D is #A78D92. Grayscale: #696969. Windows color (decimal): -10980755 or 7172696. OLE color: 7172696.

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

Color convert

RGB88114109-
CMYK0.2300.040.55
HSL168.46º12.87%39.61%-
HSV(B)168.46º22.81%44.71%-
XYZ12.815.2116.73-
YUV105.66129.89115.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.30%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=28.30%
G=36.66%
B=35.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881141090.2300.040.55168.4612.8739.61
Hex58726D170437a8d28
Octal1301621552704672501550
Binary101100011100101101101101110100110111101010001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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