#526459

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

Shades of Feldgrau #526459

Tints of Feldgrau #526459

Color information

#526459 (or 0x526459) is unknown color: approx Feldgrau. HEX triplet: 52, 64 and 59. RGB value is (82,100,89). Sum of RGB (Red+Green+Blue) = 82+100+89=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 100 - color contains mainly: green. Hex color #526459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526459 is #AD9BA6. Grayscale: #5D5D5D. Windows color (decimal): -11377575 or 5858386. OLE color: 5858386.

HSL color Cylindrical-coordinate representation of color #526459: hue angle of 143.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #526459 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB8210089-
CMYK0.1800.110.61
HSL143.33º9.89%35.69%-
HSV(B)143.33º18%39.22%-
XYZ9.8411.6311.18-
YUV93.36125.54119.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=30.26%
G=36.90%
B=32.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100890.1800.110.61143.339.8935.69
Hex526459120B3D8fa24
Octal12214413122013752171244
Binary1010010110010010110011001001011111101100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526459; }

 p { color: rgb(82,100,89); }

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

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

 a { background-color: rgb(82,100,89); }

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

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

 span { border-color: rgb(82,100,89); }

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