#58575D

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

Shades of Smoky #58575D

Tints of Smoky #58575D

Color information

#58575D (or 0x58575D) is unknown color: approx Smoky. HEX triplet: 58, 57 and 5D. RGB value is (88,87,93). Sum of RGB (Red+Green+Blue) = 88+87+93=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 93 - color contains mainly: blue. Hex color #58575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58575D is #A7A8A2. Grayscale: #575757. Windows color (decimal): -10987683 or 6117208. OLE color: 6117208.

HSL color Cylindrical-coordinate representation of color #58575D: hue angle of 250º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #58575D is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB888793-
CMYK0.050.0600.64
HSL250º3.33%35.29%-
HSV(B)250º6.45%36.47%-
XYZ9.419.6811.73-
YUV87.98130.83128.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=32.84%
G=32.46%
B=34.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8887930.050.0600.642503.3335.29
Hex58575D56040fa323
Octal130127135560100372343
Binary101100010101111011101101110010000001111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58575D; }

 p { color: rgb(88,87,93); }

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

<style>
 a { background-color: #58575D; }

 a { background-color: rgb(88,87,93); }

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

<style>
 span { border-color: #58575D; }

 span { border-color: rgb(88,87,93); }

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