#525D56

Color #525D56 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #525D56

Tints of Feldgrau #525D56

Color information

#525D56 (or 0x525D56) is unknown color: approx Feldgrau. HEX triplet: 52, 5D and 56. RGB value is (82,93,86). Sum of RGB (Red+Green+Blue) = 82+93+86=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #525D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D56 is #ADA2A9. Grayscale: #585858. Windows color (decimal): -11379370 or 5659986. OLE color: 5659986.

HSL color Cylindrical-coordinate representation of color #525D56: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525D56 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB829386-
CMYK0.1200.080.64
HSL141.82º6.29%34.31%-
HSV(B)141.82º11.83%36.47%-
XYZ9.0710.2910.31-
YUV88.91126.36123.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=31.42%
G=35.63%
B=32.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293860.1200.080.64141.826.2934.31
Hex525D56C08408e622
Octal12213512614010100216642
Binary101001010111011010110110001000100000010001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D56; }

 p { color: rgb(82,93,86); }

 H1.HeaderClassName
 {
   color: #525D56;
 }
 .AnyTagClassName
 {
   color: #525D56;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #525D56;
 }
 .BgClassName
 {
   background-color: #525D56;
 }
</style>
border-color css

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

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

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