#525D57

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

Shades of Feldgrau #525D57

Tints of Feldgrau #525D57

Color information

#525D57 (or 0x525D57) is unknown color: approx Feldgrau. HEX triplet: 52, 5D and 57. RGB value is (82,93,87). Sum of RGB (Red+Green+Blue) = 82+93+87=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 93 - color contains mainly: green. Hex color #525D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D57 is #ADA2A8. Grayscale: #595959. Windows color (decimal): -11379369 or 5725522. OLE color: 5725522.

HSL color Cylindrical-coordinate representation of color #525D57: hue angle of 147.27º 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 #525D57 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB829387-
CMYK0.1200.060.64
HSL147.27º6.29%34.31%-
HSV(B)147.27º11.83%36.47%-
XYZ9.1110.3110.53-
YUV89.03126.86122.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=31.30%
G=35.50%
B=33.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293870.1200.060.64147.276.2934.31
Hex525D57C064093622
Octal1221351271406100223642
Binary10100101011101101011111000110100000010010011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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