Html Css Color HEX #585859 Gun Powder

📋 copy color: '#585859'

red 88 ◦ green 88 ◦ blue 89

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

Shades of Gun Powder #585859

Tints of Gun Powder #585859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.58%

R = 33.21%
G = 33.21%
B = 33.58%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#585859 (or 0x585859) is known color: Gun Powder. HEX triplet: 58, 58 and 59. RGB value is (88,88,89). Sum of RGB (Red+Green+Blue) = 88+88+89=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 89 - color contains mainly: blue. Hex color #585859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585859 is #A7A7A6. Grayscale: #585858. Windows color (decimal): -10987431 or 5855320. OLE color: 5855320.

HSL color Cylindrical-coordinate representation of color #585859: 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.01%. Process color model (Four color, CMYK) of #585859 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 88 89 -
CMYK 0.01 0.01 0 0.65
HSL 240º 0.01% 0.35% -
HSV(B) 240º 0.01% 0.35% -
XYZ 9.32 9.78 10.85 -
YUV 88.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 88 88 89 0.01 0.01 0 0.65 240 0.01 0.35
Hex 58 58 59 1 1 0 41 F0 1 23
Octal 130 130 131 1 1 0 101 360 1 43
Binary 1011000 1011000 1011001 1 1 0 1000001 11110000 1 100011

Color Harmonies of #585859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585859

Black with #585859

Text Example


Text Example

White with #585859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585859; }

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

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

background-color css

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

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

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

border-color css

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

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

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