#535360

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

Shades of Gun Powder #535360

Tints of Gun Powder #535360

Color information

#535360 (or 0x535360) is unknown color: approx Gun Powder. HEX triplet: 53, 53 and 60. RGB value is (83,83,96). Sum of RGB (Red+Green+Blue) = 83+83+96=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #535360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535360 is #ACAC9F. Grayscale: #545454. Windows color (decimal): -11316384 or 6312787. OLE color: 6312787.

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

Color convert

RGB838396-
CMYK0.140.1400.62
HSL240º7.26%35.1%-
HSV(B)240º13.54%37.65%-
XYZ8.778.8712.32-
YUV84.48134.5126.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=31.68%
G=31.68%
B=36.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8383960.140.1400.622407.2635.1
Hex535360EE03Ef0723
Octal1231231401616076360743
Binary10100111010011110000011101110011111011110000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535360; }

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

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

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

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

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

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

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

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