#535E57

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

Shades of Feldgrau #535E57

Tints of Feldgrau #535E57

Color information

#535E57 (or 0x535E57) is unknown color: approx Feldgrau. HEX triplet: 53, 5E and 57. RGB value is (83,94,87). Sum of RGB (Red+Green+Blue) = 83+94+87=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 94 - color contains mainly: green. Hex color #535E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E57 is #ACA1A8. Grayscale: #595959. Windows color (decimal): -11313577 or 5725779. OLE color: 5725779.

HSL color Cylindrical-coordinate representation of color #535E57: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #535E57 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB839487-
CMYK0.1200.070.63
HSL141.82º6.21%34.71%-
HSV(B)141.82º11.7%36.86%-
XYZ9.2910.5310.56-
YUV89.91126.36123.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=31.44%
G=35.61%
B=32.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8394870.1200.070.63141.826.2134.71
Hex535E57C073F8e623
Octal123136127140777216643
Binary1010011101111010101111100011111111110001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535E57; }

 p { color: rgb(83,94,87); }

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

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

 a { background-color: rgb(83,94,87); }

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

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

 span { border-color: rgb(83,94,87); }

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