Html Css Color HEX #58585A Gun Powder

📋 copy color: '#58585A'

red 88 ◦ green 88 ◦ blue 90

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

Shades of Gun Powder #58585A

Tints of Gun Powder #58585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 33.08%
G = 33.08%
B = 33.83%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58585A (or 0x58585A) is known color: Gun Powder. HEX triplet: 58, 58 and 5A. RGB value is (88,88,90). Sum of RGB (Red+Green+Blue) = 88+88+90=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 90 - color contains mainly: blue. Hex color #58585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58585A is #A7A7A5. Grayscale: #585858. Windows color (decimal): -10987430 or 5920856. OLE color: 5920856.

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

Color convert

RGB 88 88 90 -
CMYK 0.02 0.02 0 0.65
HSL 240º 0.01% 0.35% -
HSV(B) 240º 0.02% 0.35% -
XYZ 9.36 9.79 11.07 -
YUV 88.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 88 88 90 0.02 0.02 0 0.65 240 0.01 0.35
Hex 58 58 5A 2 2 0 41 F0 1 23
Octal 130 130 132 2 2 0 101 360 1 43
Binary 1011000 1011000 1011010 10 10 0 1000001 11110000 1 100011

Color Harmonies of #58585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58585A

Black with #58585A

Text Example


Text Example

White with #58585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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