Html Css Color HEX #525165 Gun Powder

📋 copy color: '#525165'

red 82 ◦ green 81 ◦ blue 101

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

Shades of Gun Powder #525165

Tints of Gun Powder #525165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

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

R = 31.06%
G = 30.68%
B = 38.26%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#525165 (or 0x525165) is known color: Gun Powder. HEX triplet: 52, 51 and 65. RGB value is (82,81,101). Sum of RGB (Red+Green+Blue) = 82+81+101=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #525165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525165 is #ADAE9A. Grayscale: #535353. Windows color (decimal): -11382427 or 6639954. OLE color: 6639954.

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

Color convert

RGB 82 81 101 -
CMYK 0.19 0.20 0 0.60
HSL 243º 0.11% 0.36% -
HSV(B) 243º 0.2% 0.4% -
XYZ 8.77 8.62 13.51 -
YUV 83.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 82 81 101 0.19 0.20 0 0.60 243 0.11 0.36
Hex 52 51 65 13 14 0 3C F3 B 24
Octal 122 121 145 23 24 0 74 363 13 44
Binary 1010010 1010001 1100101 10011 10100 0 111100 11110011 1011 100100

Color Harmonies of #525165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525165

Black with #525165

Text Example


Text Example

White with #525165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525165; }

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

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

background-color css

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

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

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

border-color css

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

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

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