Html Css Color HEX #58585B Gun Powder

📋 copy color: '#58585B'

red 88 ◦ green 88 ◦ blue 91

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

Shades of Gun Powder #58585B

Tints of Gun Powder #58585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 32.96%
G = 32.96%
B = 34.08%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58585B (or 0x58585B) is known color: Gun Powder. HEX triplet: 58, 58 and 5B. RGB value is (88,88,91). Sum of RGB (Red+Green+Blue) = 88+88+91=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 91 - color contains mainly: blue. Hex color #58585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58585B is #A7A7A4. Grayscale: #585858. Windows color (decimal): -10987429 or 5986392. OLE color: 5986392.

HSL color Cylindrical-coordinate representation of color #58585B: 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.03%. Process color model (Four color, CMYK) of #58585B is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 88 91 -
CMYK 0.03 0.03 0 0.64
HSL 240º 0.02% 0.35% -
HSV(B) 240º 0.03% 0.36% -
XYZ 9.4 9.81 11.3 -
YUV 88.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 88 88 91 0.03 0.03 0 0.64 240 0.02 0.35
Hex 58 58 5B 3 3 0 40 F0 2 23
Octal 130 130 133 3 3 0 100 360 2 43
Binary 1011000 1011000 1011011 11 11 0 1000000 11110000 10 100011

Color Harmonies of #58585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58585B

Black with #58585B

Text Example


Text Example

White with #58585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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