Html Css Color HEX #58585C Smoky

📋 copy color: '#58585C'

red 88 ◦ green 88 ◦ blue 92

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

Shades of Smoky #58585C

Tints of Smoky #58585C

RGB

 RED value IS 88 (34.77% from 255) = 32.84%

 GREEN value IS 88 (34.77% from 255) = 32.84%

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 32.84%
G = 32.84%
B = 34.33%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58585C (or 0x58585C) is known color: Smoky. HEX triplet: 58, 58 and 5C. RGB value is (88,88,92). Sum of RGB (Red+Green+Blue) = 88+88+92=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 92 - color contains mainly: blue. Hex color #58585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58585C is #A7A7A3. Grayscale: #585858. Windows color (decimal): -10987428 or 6051928. OLE color: 6051928.

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

Color convert

RGB 88 88 92 -
CMYK 0.04 0.04 0 0.64
HSL 240º 0.02% 0.35% -
HSV(B) 240º 0.04% 0.36% -
XYZ 9.45 9.83 11.52 -
YUV 88.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 88 88 92 0.04 0.04 0 0.64 240 0.02 0.35
Hex 58 58 5C 4 4 0 40 F0 2 23
Octal 130 130 134 4 4 0 100 360 2 43
Binary 1011000 1011000 1011100 100 100 0 1000000 11110000 10 100011

Color Harmonies of #58585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58585C

Black with #58585C

Text Example


Text Example

White with #58585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58585C;
 }
 .AnyTagClassName
 {
   color: #58585C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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