Html Css Color HEX #525157 Gun Powder

📋 copy color: '#525157'

red 82 ◦ green 81 ◦ blue 87

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

Shades of Gun Powder #525157

Tints of Gun Powder #525157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 32.8%
G = 32.4%
B = 34.8%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#525157 (or 0x525157) is known color: Gun Powder. HEX triplet: 52, 51 and 57. RGB value is (82,81,87). Sum of RGB (Red+Green+Blue) = 82+81+87=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 87 - color contains mainly: blue. Hex color #525157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525157 is #ADAEA8. Grayscale: #515151. Windows color (decimal): -11382441 or 5722450. OLE color: 5722450.

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

Color convert

RGB 82 81 87 -
CMYK 0.06 0.07 0 0.66
HSL 250º 0.04% 0.33% -
HSV(B) 250º 0.07% 0.34% -
XYZ 8.14 8.37 10.2 -
YUV 81.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 82 81 87 0.06 0.07 0 0.66 250 0.04 0.33
Hex 52 51 57 6 7 0 42 FA 4 21
Octal 122 121 127 6 7 0 102 372 4 41
Binary 1010010 1010001 1010111 110 111 0 1000010 11111010 100 100001

Color Harmonies of #525157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525157

Black with #525157

Text Example


Text Example

White with #525157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525157; }

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

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

background-color css

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

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

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

border-color css

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

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

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