Html Css Color HEX #525063 Gun Powder

📋 copy color: '#525063'

red 82 ◦ green 80 ◦ blue 99

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

Shades of Gun Powder #525063

Tints of Gun Powder #525063

RGB

 RED value IS 82 (32.42% from 255) = 31.42%

 GREEN value IS 80 (31.64% from 255) = 30.65%

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 31.42%
G = 30.65%
B = 37.93%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#525063 (or 0x525063) is known color: Gun Powder. HEX triplet: 52, 50 and 63. RGB value is (82,80,99). Sum of RGB (Red+Green+Blue) = 82+80+99=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #525063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525063 is #ADAF9C. Grayscale: #525252. Windows color (decimal): -11382685 or 6508626. OLE color: 6508626.

HSL color Cylindrical-coordinate representation of color #525063: hue angle of 246.32º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525063 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 80 99 -
CMYK 0.17 0.19 0 0.61
HSL 246.32º 0.11% 0.35% -
HSV(B) 246.32º 0.19% 0.39% -
XYZ 8.6 8.43 12.98 -
YUV 82.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 82 80 99 0.17 0.19 0 0.61 246.32 0.11 0.35
Hex 52 50 63 11 13 0 3D F6 B 23
Octal 122 120 143 21 23 0 75 366 13 43
Binary 1010010 1010000 1100011 10001 10011 0 111101 11110110 1011 100011

Color Harmonies of #525063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525063

Black with #525063

Text Example


Text Example

White with #525063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525063; }

 p { color: rgb(82,80,99); }

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

background-color css

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

 a { background-color: rgb(82,80,99); }

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

border-color css

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

 span { border-color: rgb(82,80,99); }

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