#58706E

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

Shades of William #58706E

Tints of William #58706E

Color information

#58706E (or 0x58706E) is unknown color: approx William. HEX triplet: 58, 70 and 6E. RGB value is (88,112,110). Sum of RGB (Red+Green+Blue) = 88+112+110=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #58706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58706E is #A78F91. Grayscale: #686868. Windows color (decimal): -10981266 or 7237720. OLE color: 7237720.

HSL color Cylindrical-coordinate representation of color #58706E: hue angle of 175º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58706E is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB88112110-
CMYK0.2100.020.56
HSL175º12%39.22%-
HSV(B)175º21.43%43.92%-
XYZ12.6314.7916.94-
YUV104.6131.05116.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=28.39%
G=36.13%
B=35.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881121100.2100.020.561751239.22
Hex58706E150238afc27
Octal1301601562502702571447
Binary10110001110000110111010101010111000101011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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