Html Css Color HEX #58585D Smoky

📋 copy color: '#58585D'

red 88 ◦ green 88 ◦ blue 93

#58585D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #58585D

Tints of Smoky #58585D

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 value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58585D (or 0x58585D) is known color: 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

RGB 88 88 93 -
CMYK 0.05 0.05 0 0.64
HSL 240º 0.03% 0.35% -
HSV(B) 240º 0.05% 0.36% -
XYZ 9.49 9.84 11.76 -
YUV 88.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 88 88 93 0.05 0.05 0 0.64 240 0.03 0.35
Hex 58 58 5D 5 5 0 40 F0 3 23
Octal 130 130 135 5 5 0 100 360 3 43
Binary 1011000 1011000 1011101 101 101 0 1000000 11110000 11 100011

Color Harmonies of #58585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58585D

Black with #58585D

Text Example


Text Example

White with #58585D

Text Example


Text Example

HTML Codes & Css Web 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>