Html Css Color HEX #575758 Gun Powder

📋 copy color: '#575758'

red 87 ◦ green 87 ◦ blue 88

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

Shades of Gun Powder #575758

Tints of Gun Powder #575758

RGB

 RED value IS 87 (34.38% from 255) = 33.21%

 GREEN value IS 87 (34.38% from 255) = 33.21%

 BLUE value IS 88 (34.77% from 255) = 33.59%

R = 33.21%
G = 33.21%
B = 33.59%

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

#575758 (or 0x575758) is known color: Gun Powder. HEX triplet: 57, 57 and 58. RGB value is (87,87,88). Sum of RGB (Red+Green+Blue) = 87+87+88=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 88 - color contains mainly: blue. Hex color #575758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575758 is #A8A8A7. Grayscale: #575757. Windows color (decimal): -11053224 or 5789527. OLE color: 5789527.

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

Color convert

RGB 87 87 88 -
CMYK 0.01 0.01 0 0.65
HSL 240º 0.01% 0.34% -
HSV(B) 240º 0.01% 0.35% -
XYZ 9.1 9.55 10.6 -
YUV 87.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 87 87 88 0.01 0.01 0 0.65 240 0.01 0.34
Hex 57 57 58 1 1 0 41 F0 1 22
Octal 127 127 130 1 1 0 101 360 1 42
Binary 1010111 1010111 1011000 1 1 0 1000001 11110000 1 100010

Color Harmonies of #575758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575758

Black with #575758

Text Example


Text Example

White with #575758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575758; }

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

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

background-color css

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

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

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

border-color css

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

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

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