#535260

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

Shades of Gun Powder #535260

Tints of Gun Powder #535260

Color information

#535260 (or 0x535260) is unknown color: approx Gun Powder. HEX triplet: 53, 52 and 60. RGB value is (83,82,96). Sum of RGB (Red+Green+Blue) = 83+82+96=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #535260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535260 is #ACAD9F. Grayscale: #535353. Windows color (decimal): -11316640 or 6312531. OLE color: 6312531.

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

Color convert

RGB838296-
CMYK0.140.1500.62
HSL244.29º7.87%34.9%-
HSV(B)244.29º14.58%37.65%-
XYZ8.78.7212.29-
YUV83.9134.83127.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=31.80%
G=31.42%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8382960.140.1500.62244.297.8734.9
Hex535260EF03Ef4823
Octal12312214016170763641043
Binary101001110100101100000111011110111110111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535260; }

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

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

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

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

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

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

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

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