Html Css Color HEX #525265 Gun Powder

📋 copy color: '#525265'

red 82 ◦ green 82 ◦ blue 101

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

Shades of Gun Powder #525265

Tints of Gun Powder #525265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 30.94%
G = 30.94%
B = 38.11%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#525265 (or 0x525265) is known color: Gun Powder. HEX triplet: 52, 52 and 65. RGB value is (82,82,101). Sum of RGB (Red+Green+Blue) = 82+82+101=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #525265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525265 is #ADAD9A. Grayscale: #545454. Windows color (decimal): -11382171 or 6640210. OLE color: 6640210.

HSL color Cylindrical-coordinate representation of color #525265: hue angle of 240º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525265 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 82 101 -
CMYK 0.19 0.19 0 0.60
HSL 240º 0.1% 0.36% -
HSV(B) 240º 0.19% 0.4% -
XYZ 8.85 8.77 13.54 -
YUV 84.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 82 82 101 0.19 0.19 0 0.60 240 0.1 0.36
Hex 52 52 65 13 13 0 3C F0 A 24
Octal 122 122 145 23 23 0 74 360 12 44
Binary 1010010 1010010 1100101 10011 10011 0 111100 11110000 1010 100100

Color Harmonies of #525265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525265

Black with #525265

Text Example


Text Example

White with #525265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525265; }

 p { color: rgb(82,82,101); }

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

background-color css

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

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

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

border-color css

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

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

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