#535D57

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

Shades of Feldgrau #535D57

Tints of Feldgrau #535D57

Color information

#535D57 (or 0x535D57) is unknown color: approx Feldgrau. HEX triplet: 53, 5D and 57. RGB value is (83,93,87). Sum of RGB (Red+Green+Blue) = 83+93+87=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #535D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D57 is #ACA2A8. Grayscale: #595959. Windows color (decimal): -11313833 or 5725523. OLE color: 5725523.

HSL color Cylindrical-coordinate representation of color #535D57: hue angle of 144º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535D57 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB839387-
CMYK0.1100.060.64
HSL144º5.68%34.51%-
HSV(B)144º10.75%36.47%-
XYZ9.210.3610.53-
YUV89.33126.69123.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=31.56%
G=35.36%
B=33.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393870.1100.060.641445.6834.51
Hex535D57B064090623
Octal1231351271306100220643
Binary10100111011101101011110110110100000010010000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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