Html Css Color HEX #535259 Gun Powder

📋 copy color: '#535259'

red 83 ◦ green 82 ◦ blue 89

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

Shades of Gun Powder #535259

Tints of Gun Powder #535259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.04%

R = 32.68%
G = 32.28%
B = 35.04%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535259 (or 0x535259) is known color: Gun Powder. HEX triplet: 53, 52 and 59. RGB value is (83,82,89). Sum of RGB (Red+Green+Blue) = 83+82+89=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #535259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535259 is #ACADA6. Grayscale: #535353. Windows color (decimal): -11316647 or 5853779. OLE color: 5853779.

HSL color Cylindrical-coordinate representation of color #535259: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #535259 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 82 89 -
CMYK 0.07 0.08 0 0.65
HSL 248.57º 0.04% 0.34% -
HSV(B) 248.57º 0.08% 0.35% -
XYZ 8.39 8.59 10.67 -
YUV 83.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 83 82 89 0.07 0.08 0 0.65 248.57 0.04 0.34
Hex 53 52 59 7 8 0 41 F9 4 22
Octal 123 122 131 7 10 0 101 371 4 42
Binary 1010011 1010010 1011001 111 1000 0 1000001 11111001 100 100010

Color Harmonies of #535259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535259

Black with #535259

Text Example


Text Example

White with #535259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535259; }

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

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

background-color css

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

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

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

border-color css

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

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

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