#526057

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

Shades of Feldgrau #526057

Tints of Feldgrau #526057

Color information

#526057 (or 0x526057) is unknown color: approx Feldgrau. HEX triplet: 52, 60 and 57. RGB value is (82,96,87). Sum of RGB (Red+Green+Blue) = 82+96+87=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #526057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526057 is #AD9FA8. Grayscale: #5A5A5A. Windows color (decimal): -11378601 or 5726290. OLE color: 5726290.

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

Color convert

RGB829687-
CMYK0.1500.090.62
HSL141.43º7.87%34.9%-
HSV(B)141.43º14.58%37.65%-
XYZ9.3810.8510.62-
YUV90.79125.86121.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=30.94%
G=36.23%
B=32.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296870.1500.090.62141.437.8734.9
Hex526057F093E8d823
Octal12214012717011762151043
Binary101001011000001010111111101001111110100011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526057; }

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

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

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

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

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

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

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

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