Html Css Color HEX #535359 Gun Powder

📋 copy color: '#535359'

red 83 ◦ green 83 ◦ blue 89

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

Shades of Gun Powder #535359

Tints of Gun Powder #535359

RGB

 RED value IS 83 (32.81% from 255) = 32.55%

 GREEN value IS 83 (32.81% from 255) = 32.55%

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

R = 32.55%
G = 32.55%
B = 34.9%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535359 (or 0x535359) is known color: Gun Powder. HEX triplet: 53, 53 and 59. RGB value is (83,83,89). Sum of RGB (Red+Green+Blue) = 83+83+89=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #535359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535359 is #ACACA6. Grayscale: #535353. Windows color (decimal): -11316391 or 5854035. OLE color: 5854035.

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

Color convert

RGB 83 83 89 -
CMYK 0.07 0.07 0 0.65
HSL 240º 0.03% 0.34% -
HSV(B) 240º 0.07% 0.35% -
XYZ 8.46 8.75 10.69 -
YUV 83.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 83 83 89 0.07 0.07 0 0.65 240 0.03 0.34
Hex 53 53 59 7 7 0 41 F0 3 22
Octal 123 123 131 7 7 0 101 360 3 42
Binary 1010011 1010011 1011001 111 111 0 1000001 11110000 11 100010

Color Harmonies of #535359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535359

Black with #535359

Text Example


Text Example

White with #535359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535359; }

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

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

background-color css

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

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

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

border-color css

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

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

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