Html Css Color HEX #525060 Gun Powder

📋 copy color: '#525060'

red 82 ◦ green 80 ◦ blue 96

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

Shades of Gun Powder #525060

Tints of Gun Powder #525060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 31.78%
G = 31.01%
B = 37.21%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525060 (or 0x525060) is known color: Gun Powder. HEX triplet: 52, 50 and 60. RGB value is (82,80,96). Sum of RGB (Red+Green+Blue) = 82+80+96=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #525060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525060 is #ADAF9F. Grayscale: #525252. Windows color (decimal): -11382688 or 6312018. OLE color: 6312018.

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

Color convert

RGB 82 80 96 -
CMYK 0.15 0.17 0 0.62
HSL 247.5º 0.09% 0.35% -
HSV(B) 247.5º 0.17% 0.38% -
XYZ 8.46 8.38 12.24 -
YUV 82.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 82 80 96 0.15 0.17 0 0.62 247.5 0.09 0.35
Hex 52 50 60 F 11 0 3E F8 9 23
Octal 122 120 140 17 21 0 76 370 11 43
Binary 1010010 1010000 1100000 1111 10001 0 111110 11111000 1001 100011

Color Harmonies of #525060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525060

Black with #525060

Text Example


Text Example

White with #525060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525060; }

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

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

background-color css

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

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

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

border-color css

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

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

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