#58706B

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

Shades of William #58706B

Tints of William #58706B

Color information

#58706B (or 0x58706B) is unknown color: approx William. HEX triplet: 58, 70 and 6B. RGB value is (88,112,107). Sum of RGB (Red+Green+Blue) = 88+112+107=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #58706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58706B is #A78F94. Grayscale: #686868. Windows color (decimal): -10981269 or 7041112. OLE color: 7041112.

HSL color Cylindrical-coordinate representation of color #58706B: hue angle of 167.5º 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 #58706B is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB88112107-
CMYK0.2100.040.56
HSL167.5º12%39.22%-
HSV(B)167.5º21.43%43.92%-
XYZ12.4714.7216.09-
YUV104.25129.55116.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=28.66%
G=36.48%
B=34.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881121070.2100.040.56167.51239.22
Hex58706B150438a8c27
Octal1301601532504702501447
Binary101100011100001101011101010100111000101010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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