#525B56

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

Shades of Feldgrau #525B56

Tints of Feldgrau #525B56

Color information

#525B56 (or 0x525B56) is unknown color: approx Feldgrau. HEX triplet: 52, 5B and 56. RGB value is (82,91,86). Sum of RGB (Red+Green+Blue) = 82+91+86=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 91 - color contains mainly: green. Hex color #525B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B56 is #ADA4A9. Grayscale: #575757. Windows color (decimal): -11379882 or 5659474. OLE color: 5659474.

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

Color convert

RGB829186-
CMYK0.1000.050.64
HSL146.67º5.2%33.92%-
HSV(B)146.67º9.89%35.69%-
XYZ8.99.9510.26-
YUV87.74127.02123.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=31.66%
G=35.14%
B=33.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291860.1000.050.64146.675.233.92
Hex525B56A054093522
Octal1221331261205100223542
Binary10100101011011101011010100101100000010010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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