#58516C

Color #58516C Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #58516C

Tints of Smoky #58516C

Color information

#58516C (or 0x58516C) is unknown color: approx Smoky. HEX triplet: 58, 51 and 6C. RGB value is (88,81,108). Sum of RGB (Red+Green+Blue) = 88+81+108=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #58516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58516C is #A7AE93. Grayscale: #565656. Windows color (decimal): -10989204 or 7098712. OLE color: 7098712.

HSL color Cylindrical-coordinate representation of color #58516C: hue angle of 255.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58516C is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8881108-
CMYK0.190.2500.58
HSL255.56º14.29%37.06%-
HSV(B)255.56º25%42.35%-
XYZ9.679.0415.42-
YUV86.17140.32129.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=31.77%
G=29.24%
B=38.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88811080.190.2500.58255.5614.2937.06
Hex58516C131903A100e25
Octal13012115423310724001645
Binary101100010100011101100100111100101110101000000001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58516C; }

 p { color: rgb(88,81,108); }

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

<style>
 a { background-color: #58516C; }

 a { background-color: rgb(88,81,108); }

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

<style>
 span { border-color: #58516C; }

 span { border-color: rgb(88,81,108); }

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