Html Css Color HEX #575759 Gun Powder

📋 copy color: '#575759'

red 87 ◦ green 87 ◦ blue 89

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

Shades of Gun Powder #575759

Tints of Gun Powder #575759

RGB

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

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

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

R = 33.08%
G = 33.08%
B = 33.84%

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

#575759 (or 0x575759) is known color: Gun Powder. HEX triplet: 57, 57 and 59. RGB value is (87,87,89). Sum of RGB (Red+Green+Blue) = 87+87+89=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 89 - color contains mainly: blue. Hex color #575759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575759 is #A8A8A6. Grayscale: #575757. Windows color (decimal): -11053223 or 5855063. OLE color: 5855063.

HSL color Cylindrical-coordinate representation of color #575759: 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 #575759 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 87 89 -
CMYK 0.02 0.02 0 0.65
HSL 240º 0.01% 0.35% -
HSV(B) 240º 0.02% 0.35% -
XYZ 9.14 9.56 10.82 -
YUV 87.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 87 87 89 0.02 0.02 0 0.65 240 0.01 0.35
Hex 57 57 59 2 2 0 41 F0 1 23
Octal 127 127 131 2 2 0 101 360 1 43
Binary 1010111 1010111 1011001 10 10 0 1000001 11110000 1 100011

Color Harmonies of #575759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575759

Black with #575759

Text Example


Text Example

White with #575759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575759; }

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

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

background-color css

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

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

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

border-color css

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

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

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