Html Css Color HEX #535362 Gun Powder

📋 copy color: '#535362'

red 83 ◦ green 83 ◦ blue 98

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

Shades of Gun Powder #535362

Tints of Gun Powder #535362

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 value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535362 (or 0x535362) is known color: 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

RGB 83 83 98 -
CMYK 0.15 0.15 0 0.62
HSL 240º 0.08% 0.35% -
HSV(B) 240º 0.15% 0.38% -
XYZ 8.87 8.91 12.81 -
YUV 84.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 83 83 98 0.15 0.15 0 0.62 240 0.08 0.35
Hex 53 53 62 F F 0 3E F0 8 23
Octal 123 123 142 17 17 0 76 360 10 43
Binary 1010011 1010011 1100010 1111 1111 0 111110 11110000 1000 100011

Color Harmonies of #535362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535362

Black with #535362

Text Example


Text Example

White with #535362

Text Example


Text Example

HTML Codes & Css Web 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>