#58585D

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

Shades of Smoky #58585D

Tints of Smoky #58585D

Color information

#58585D (or 0x58585D) is unknown color: approx Smoky. HEX triplet: 58, 58 and 5D. RGB value is (88,88,93). Sum of RGB (Red+Green+Blue) = 88+88+93=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 93 - color contains mainly: blue. Hex color #58585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58585D is #A7A7A2. Grayscale: #585858. Windows color (decimal): -10987427 or 6117464. OLE color: 6117464.

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

Color convert

RGB888893-
CMYK0.050.0500.64
HSL240º2.76%35.49%-
HSV(B)240º5.38%36.47%-
XYZ9.499.8411.76-
YUV88.57130.5127.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=32.71%
G=32.71%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8888930.050.0500.642402.7635.49
Hex58585D55040f0323
Octal130130135550100360343
Binary101100010110001011101101101010000001111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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