#535357

Color #535357 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #535357

Tints of Gun Powder #535357

Color information

#535357 (or 0x535357) is unknown color: approx Gun Powder. HEX triplet: 53, 53 and 57. RGB value is (83,83,87). Sum of RGB (Red+Green+Blue) = 83+83+87=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 87 - color contains mainly: blue. Hex color #535357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535357 is #ACACA8. Grayscale: #535353. Windows color (decimal): -11316393 or 5722963. OLE color: 5722963.

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

Color convert

RGB838387-
CMYK0.050.0500.66
HSL240º2.35%33.33%-
HSV(B)240º4.6%34.12%-
XYZ8.388.7110.26-
YUV83.46130127.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=32.81%
G=32.81%
B=34.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8383870.050.0500.662402.3533.33
Hex53535755042f0221
Octal123123127550102360241
Binary101001110100111010111101101010000101111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535357; }

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

 H1.HeaderClassName
 {
   color: #535357;
 }
 .AnyTagClassName
 {
   color: #535357;
 }
</style>
background-color css

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

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

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

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

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

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