#58716B

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

Shades of William #58716B

Tints of William #58716B

Color information

#58716B (or 0x58716B) is unknown color: approx William. HEX triplet: 58, 71 and 6B. RGB value is (88,113,107). Sum of RGB (Red+Green+Blue) = 88+113+107=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #58716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58716B is #A78E94. Grayscale: #686868. Windows color (decimal): -10981013 or 7041368. OLE color: 7041368.

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

Color convert

RGB88113107-
CMYK0.2200.050.56
HSL165.6º12.44%39.41%-
HSV(B)165.6º22.12%44.31%-
XYZ12.5814.9516.13-
YUV104.84129.22115.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=28.57%
G=36.69%
B=34.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881131070.2200.050.56165.612.4439.41
Hex58716B160538a6c27
Octal1301611532605702461447
Binary101100011100011101011101100101111000101001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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