#58756E

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

Shades of William #58756E

Tints of William #58756E

Color information

#58756E (or 0x58756E) is unknown color: approx William. HEX triplet: 58, 75 and 6E. RGB value is (88,117,110). Sum of RGB (Red+Green+Blue) = 88+117+110=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #58756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58756E is #A78A91. Grayscale: #6B6B6B. Windows color (decimal): -10979986 or 7239000. OLE color: 7239000.

HSL color Cylindrical-coordinate representation of color #58756E: hue angle of 165.52º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58756E is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB88117110-
CMYK0.2500.060.54
HSL165.52º14.15%40.2%-
HSV(B)165.52º24.79%45.88%-
XYZ13.215.9217.13-
YUV107.53129.39114.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=27.94%
G=37.14%
B=34.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881171100.2500.060.54165.5214.1540.2
Hex58756E190636a6e28
Octal1301651563106662461650
Binary101100011101011101110110010110110110101001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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