#526259

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

Shades of Feldgrau #526259

Tints of Feldgrau #526259

Color information

#526259 (or 0x526259) is unknown color: approx Feldgrau. HEX triplet: 52, 62 and 59. RGB value is (82,98,89). Sum of RGB (Red+Green+Blue) = 82+98+89=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #526259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526259 is #AD9DA6. Grayscale: #5C5C5C. Windows color (decimal): -11378087 or 5857874. OLE color: 5857874.

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

Color convert

RGB829889-
CMYK0.1600.090.62
HSL146.25º8.89%35.29%-
HSV(B)146.25º16.33%38.43%-
XYZ9.6511.2511.11-
YUV92.19126.2120.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=30.48%
G=36.43%
B=33.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298890.1600.090.62146.258.8935.29
Hex52625910093E92923
Octal12214213120011762221143
Binary1010010110001010110011000001001111110100100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526259; }

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

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

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

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

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

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

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

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