Html Css Color HEX #535262 Gun Powder

📋 copy color: '#535262'

red 83 ◦ green 82 ◦ blue 98

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

Shades of Gun Powder #535262

Tints of Gun Powder #535262

RGB

 RED value IS 83 (32.81% from 255) = 31.56%

 GREEN value IS 82 (32.42% from 255) = 31.18%

 BLUE value IS 98 (38.67% from 255) = 37.26%

R = 31.56%
G = 31.18%
B = 37.26%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535262 (or 0x535262) is known color: Gun Powder. HEX triplet: 53, 52 and 62. RGB value is (83,82,98). Sum of RGB (Red+Green+Blue) = 83+82+98=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #535262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535262 is #ACAD9D. Grayscale: #545454. Windows color (decimal): -11316638 or 6443603. OLE color: 6443603.

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

Color convert

RGB 83 82 98 -
CMYK 0.15 0.16 0 0.62
HSL 243.75º 0.09% 0.35% -
HSV(B) 243.75º 0.16% 0.38% -
XYZ 8.79 8.76 12.78 -
YUV 84.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 83 82 98 0.15 0.16 0 0.62 243.75 0.09 0.35
Hex 53 52 62 F 10 0 3E F4 9 23
Octal 123 122 142 17 20 0 76 364 11 43
Binary 1010011 1010010 1100010 1111 10000 0 111110 11110100 1001 100011

Color Harmonies of #535262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535262

Black with #535262

Text Example


Text Example

White with #535262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535262; }

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

 H1.HeaderClassName
 {
   color: #535262;
 }
 .AnyTagClassName
 {
   color: #535262;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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