#535362

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

Shades of Gun Powder #535362

Tints of Gun Powder #535362

Color information

#535362 (or 0x535362) is unknown color: approx Gun Powder. HEX triplet: 53, 53 and 62. RGB value is (83,83,98). Sum of RGB (Red+Green+Blue) = 83+83+98=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #535362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535362 is #ACAC9D. Grayscale: #545454. Windows color (decimal): -11316382 or 6443859. OLE color: 6443859.

HSL color Cylindrical-coordinate representation of color #535362: hue angle of 240º 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 #535362 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB838398-
CMYK0.150.1500.62
HSL240º8.29%35.49%-
HSV(B)240º15.31%38.43%-
XYZ8.878.9112.81-
YUV84.71135.5126.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=31.44%
G=31.44%
B=37.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8383980.150.1500.622408.2935.49
Hex535362FF03Ef0823
Octal12312314217170763601043
Binary101001110100111100010111111110111110111100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535362; }

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

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

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

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

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

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

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

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